body{
	color: #FFF;
	background: #000;
	font: normal 16px Tahoma,Arial,sans-serif;
	scrollbar-arrow-color: #000;
	scrollbar-track-color: #000;
	scrollbar-face-color: #FFF;
	scrollbar-highlight-color: #000;
	scrollbar-3dlight-color: #FFD01A;
	scrollbar-darkshadow-color: #FFD01A;
	scrollbar-shadow-color: #000;
}
img{
	border-color: #FFD01A;
}
.white2{
	color: #FFF;
	background: transparent;
	font-size: 12px;
	font-weight: bold;
}
.foot{
	color: #C0C0C0;
	background: transparent;
	font-size: 11px;
	font-weight: normal;
}
.menu {
	padding-left: 20px;
	text-align: left;
}
td.whitecell{
	color: #000;
	background: #FFF;
}
a:link,a:visited{
	color: #FFD01A;
	background: transparent;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color: #F00;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
/* for testing delete the x */
.x-div{
	border-style: solid;
	border-width: 1px;
}