BODY
{
	background-color:Black;
	font-family:Tahoma;
	font-size:14px;
	color:AliceBlue;
}

a,p 
{
	font-family:tahoma;
	font-size:14px;
}

th, td
{
	font-family:tahoma;
	font-size:14px;
}

a:link
{
	font-family:Tahoma;
	font-size:14px;
	font-weight:bold;
	color:skyblue;
	text-decoration:none;
}

a:visited
{
	font-family:Tahoma;
	font-size:14px;
	font-weight:bold;
	color:skyblue;
	text-decoration:none;
}

a:hover
{
	font-family:Tahoma;
	font-size:14px;
	font-weight:bold;
	color:cyan;
	text-decoration:underline;
}

