.navcontainer {
	width: 130px;
}
.navcontainer ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #0033FF;
	text-decoration: none;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	background-color: #D8FCFF;
}
.navcontainer a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #0033FF;
	text-decoration: none;
	background-color: #D8FCFF;
	display: block;
	padding: 3px;
	width: 110px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0099FF;
}
.navcontainer a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #0033FF;
	text-decoration: none;
	background-color: #D8FCFF;
}
.navcontainer a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #9900FF;
	text-decoration: none;
	font-weight: lighter;
	background-color: #D8FCFF;
}
.navcontainer a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #FF3366;
	text-decoration: none;
	font-weight: bold;
	background-color: #D8FCFF;
}
.navcontainer a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #FF99FF;
	text-decoration: none;
	font-weight: bold;
	background-color: #D8FCFF;
}
