<!--
.nav
{
	color: white;
	font: 11px Verdana, Arial, sans-serif;
}
a.nav
{
	color: black;
	font: 11px Verdana, Arial, sans-serif;
	text-decoration: none;
}
a.nav:hover
{
	color: black;
	font: 11px Verdana, Arial, sans-serif;
	text-decoration: underline;
}

a
{
	color: #000000;
	text-decoration: none;
}a:hover
{
	color: blue;
	text-decoration: underline;
}


-->