a:link
{
	color: rgb(51,51,255);
	text-decoration: underline;
}
a:visited
{
	color: rgb(51,51,255);
	text-decoration: underline;
} 
a:hover
{
	color: rgb(255,51,51);
	text-decoration: underline;
}
a.nav_home:link
{
	color: rgb(255,255,255);
	text-decoration: none;
}
a.nav_home:visited
{
	color: rgb(255,255,255);
	text-decoration: none;
} 
a.nav_home:hover
{
	color: rgb(0,0,0);
	background-color: rgb(255,255,255);
}
a.nav_sports:link
{
	color: rgb(0,0,102);
	text-decoration: none;
}
a.nav_sports:visited
{
	color: rgb(0,0,102);
	text-decoration: none;
} 
a.nav_sports:hover
{
	color: rgb(255,255,255);
	background-color: rgb(0,0,102);
}
a.nav_foot:link
{
	color: rgb(255,255,255);
	text-decoration: none;
}
a.nav_foot:visited
{
	color: rgb(255,255,255);
	text-decoration: none;
} 
a.nav_foot:hover
{
	color: rgb(0,0,0);
	background-color: rgb(255,255,255);
}
body
{
	font-family: Arial, Verdana;
	background-color: rgb(153,153,153);
	color: rgb(0,0,0);
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Verdana;
	color: rgb(0,0,0);
}