body
{
	background:
url("black.JPG");
	color: ffffff;
}
a:visited, a:link
{
	color: ffffff;
	text-decoration: none;
}
a:hover
{
	color: cccccc;
	text-decoration: underline;
}
a:active
{
	color: 0066ff;
	text-decoration: underline;
}
a.nav:visited, a.nav:link
{
	color: 999999;
	text-decoration: none;
}
a.nav:hover
{
	color: cccccc;
	background: ffffff;
}


