.navtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333399;
	text-decoration: none;
	background-color: #9999CC;
	margin-bottom: 10px;
	font-weight: bold;
}
.navtext a:link {
color: #FFFFFF;
text-decoration: underline;
}
.navtext a:visited {
color: #FFFFFF;
text-decoration: underline;
}
.navtext a:hover {
color: #333399;
text-decoration: none;
}
.navtext a:active {
color: #333399;
text-decoration: none;
}