body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  color: white;
  background-color: #6699CC;
  background-attachment: fixed;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: white;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #FFCC33;
}

A:LINK{
	color: #FFCC33;
text-decoration:none;
	}
A:hover	{
text-decoration:underline;
	}
A:ACTIVE{
	color: #FFFFFF;
text-decoration:none;
}
A:hover	{
text-decoration:underline;
	}
A:VISITED{
	color: #FFFF99;
text-decoration:none;
}
A:hover	{
text-decoration:underline;
	}
