
body, td { line-height : 20px ; font-size : 12px; background-color:#000000 ; color:#FFFFFF; 
				scrollbar-Track-Color:#303030;
				scrollbar-Face-Color:#000000;
				scrollbar-Shadow-color:#222222;
				scrollbar-DarkShadow-Color:#555555;
				scrollbar-Arrow-Color:#FFFFFF;
				scrollbar-3dLight-Color:#E0E0E0;
				scrollbar-Highlight-Color:#DDDDDD;
}
A:link{
	color:pink;
	text-decoration:none;
	cursor:e-resize;}

A:visited{
	color:purple;
	text-decoration:none;
	cursor:w-resize;
}


A:active{
	color:yellow;
	text-decoration:underline;
}

A:hover{
	color:mediumseagreen;
	text-decoration:underline;
}