A.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.here {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF9999;
	text-decoration: underline;

}
a.here:link{
	color: #FF9999;

}
a.here:visited{
	color: #FF9999;

}

a.nav:visited { color: #FFFFFF; text-decoration:underline; }
A.nav:hover {
	color: #FF9999;
	text-decoration:underline;
}


