a.here:active,a.here:hover,a.here:link,a.here:visited
{
	color: green;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}

a.nav:link,a.nav:visited
{
	color: blue;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

a.nav:active,a.nav:hover
{
	color: red;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
