body
{ 
	background-color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: white;
	scrollbar-3d-light-color :#999999;
	scrollbar-arrow-color: orange;
	scrollbar-base-color: black;
	scrollbar-dark-shadow-color: #4B4F87;
	scrollbar-face-color: #000000;
	scrollbar-shadow-color: #C0C0C0;
	scrollbar-highlight-color: #E0E0E0;
	scrollbar-track-color: #616161;
	background-attachment:fixed;
}

a:link
{
	color: white;
	text-decoration: none;
}
a:visited
{
	color: white;
	text-decoration: none;
}
a:hover
{
	background-color: orange;
	text-decoration: underline;
}
a:active
{
	color: white;
	text-decoration: none;
}

th
{
	background-color: orange;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

td
{
	color: silver;
	font-weight: bold;
	font-size: 12px;
}

