#Links {
	width: 400px;
	margin: auto;
	border: 5px groove blue;
	text-align: center;
	font-size: 12px;
	color: black;
}

#Links p {
	width: 100%;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.odd { background-color: #FFDC97; }

.even { background-color: #DBE5EF; }

#Links a:link {
	color: blue;
	text-decoration: none;
}

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

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

