body {
	background-color: Black;
	font-family: Arial;
	font: normal Impact;
	font-size: 8pt;
	color: Silver;
scrollbar-3dlight-color: lime;
scrollbar-highlight-color: black;
scrollbar-shadow-color: black;
scrollbar-darkshadow-color: 003300;
scrollbar-face-color: black;
scrollbar-arrow-color: lime;
scrollbar-track-color: black;

}
table {
	width:800px;
}
tr.special
{
	background-color: Red;
	text-transform: uppercase;
	font-size: 10pt;
	color: White;
	font : bold;
}
td.clock
{
    text-align: right;
	width: 800px;
	font-size: 10pt;
}
td {
	text-align: center;
	width: 300px;
	font-size: 10pt;
	padding: 1px;
}
a:link {
	color: Lime;
}
a:visited {
	color: Green;
}
a:active {
	background-color: Silver;
	color: White;
}
a:hover {
	color: Yellow;
	background-color: Gray;
}

