body {
	background-color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	line-height: normal;
	color: #CCFFFF;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

td, th {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	line-height: normal;
	color: #CCFFFF;
	font-style: normal;
	text-decoration: none;
}

a {
	color: #FFFF99;
	font-weight: normal;
	text-decoration: none;
}

a:link {
	color: #FFFF99;
	font-weight: normal;
	text-decoration: none;
}

a:visited {
  color: #FFFF99;
  font-weight: normal;
  text-decoration: none;
}

a:hover {
	color: #FFFF66;
	font-weight: normal;
	text-decoration: underline;
}

a:active {
	color: #FFFF99;
	font-weight: normal;
	text-decoration: none;
}


form {
	background-color: #000000;
}