.navcontainer {
	width: 750px;
}
.navcontainer ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #800000;
	margin-left: 3px;
	padding-left: 3px;
	list-style-type: none;
	font-weight: bold;
}
.navcontainer a {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #800000;
	text-decoration: none;
	background-color: #FFF0E1;
	display: block;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.navcontainer a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #800000;
	text-decoration: none;
}
.navcontainer a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #800000;
	text-decoration: none;
}
.navcontainer a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000066;
	text-decoration: none;
}
.navcontainer a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #FFCF9F;
	text-decoration: none;
}

