BODY
{
	FONT-SIZE: 8pt;
	COLOR: gray;
	LINE-HEIGHT: normal;
	FONT-STYLE: normal;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	BACKGROUND-COLOR: black;
}
TD TH
{
	font-size: 8pt;
	color: gray;
	line-height: normal;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
}
input {
	background-color: black;
	color: white;
}
.inputer {
	font-size: 11 px; 
	font-family: Arial, Helvetica; 
	background-color: black; 
	border: 1px solid green;
	color: gray;
}
.button {
	font-size: 10 px; 
	font-weight: bold; 
	font-family: Arial, Helvetica; 
	background-color: black; 
	border: 1px solid green;
	color: gray;
	cursor : hand;
}
a:link	{text-decoration: underline;}
a:active  {text-decoration: underline;}
a:visited {text-decoration: underline;}
a:hover   {text-decoration: none; color:red;}

