/* Scrollbar properties are only supported by Internet Explorer 5.5  */
body
{
	scrollbar-face-color: black;
	scrollbar-shadow-color: #2A314C;
	scrollbar-highlight-color: #2A314C;
	scrollbar-3dlight-color: #9AB6C4; 
	scrollbar-darkshadow-color: #20253A;
	scrollbar-track-color: #696969;
	scrollbar-arrow-color: #FFD700;
	td : black;
	background-color : black;
	font-family : arial;
	color : white
}