body, table, tr, td {
	font-family: verdana;
font-size: 9px; 
	color: gray;
	}
body {
	background-color: black;
}
a:link, a:active, a:visited {
	font-weight: bold;
	color: white; text-decoration: none}
a:hover {color: gray}
input, textarea, option, select {
	background-color: black;
	font: 8pt arial;
	color: gray;
	letter-spacing: 1px;
	border: 1px solid white;
	padding:2px; }