body
{
	background-color: black;
	border-color: white;
	font:normal 85% arial;
	color: white;
}
td
{
	font:normal 82% arial;
	text-align: center;
}

INPUT
{
	background-color: silver;
	color: black;
}
SELECT
{
	border-style: none;
	background-color: silver;
	color: black;
}
A:link
{
	color: #ADFF2F; 
	text-decoration: none;
	text-decoration: underline;
}
A:visited
{
	color: #FF4500;
	text-decoration: none;
	text-decoration: underline;
}
A:hover
{
	color: #FFD700;
	text-decoration: underline;
}
iframe
{
	font: normal 75% arial;
}
h3 
{
	text-align: center;
}
h5 
{
	text-align: center;
}


