
.links{
	border-bottom: 0px solid #000000;

}

.links a{
	font-size: 80%;
	color: #003300;
	text-decoration: none;
	font-weight: bold;
}

.links a:visited{
	font-size: 80%;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

.links a:hover, #nav a:focus{
	background-color: #FFFF66;
	text-decoration: underline;
	color: #000000;
}

		
.links ul{
	padding: 0 0 0 0;
	margin: 0;

}

.links ul li{
display: inline;
padding: 0;
margin: 0;
}

.links ul li a{
	padding: 0px 5px 0px 5px;
	border-right: 1px solid #000000;
	text-align: center;
	width: 9em;
} 

.links ul li a:hover, #nav ul li a:focus{
	background-color: #FFFF66;
	text-decoration: underline;
	color: #000000;
}
