BODY, td {
	color: #666666;
	background-color: Black;
	font-family: "Tahoma", sans-serif;
    font-size: 13px;
	scrollbar-3dlight-color:#000000;
    scrollbar-arrow-color:#000000;
    scrollbar-base-color:#666666;
    scrollbar-track-color:#333333;
    scrollbar-darkshadow-color:#000000;
    scrollbar-face-color:#666666;
    scrollbar-highlight-color:#7F7F7F;
    scrollbar-shadow-color:#000000;
}

A {
	color: #0066FF;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
  }

A:HOVER {
	color: Red;
	text-decoration: none;
}
