.bookmarks {
	width: 130px;
	margin-bottom: 10px;
	border: groove 4px green;
	background-color: #FFDC97;
	text-align: center;
	font-size: 12px;
	color: black;
}

.marktop {
	background-color: #FAB63A;
	color: black;
	font-weight: bolder;
	border-bottom: 1px solid green;
}

.bookmarks p {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.bookmarks a:link {
	color: blue;
	text-decoration: none;
}

.bookmarks a:visited {
	color: #055E05;
	text-decoration: none;
}

.bookmarks a:hover, .bookmarks a:focus { 
	color: black;
	text-decoration: none;
	background-color: #5BFF45;
	display: block;
}

