/* CSS Document */

body {
	font-family:  Times New Roman, Times, serif;
        color: #ffffff;
	background: #000000;
	text-align: center;

	SCROLLBAR-FACE-COLOR:#333333;
	SCROLLBAR-HIGHLIGHT-COLOR:#000000;
	SCROLLBAR-SHADOW-COLOR:#000000;
	SCROLLBAR-DARKSHADOW-COLOR:#000000;
	SCROLLBAR-3DLIGHT-COLOR:#000000;
	SCROLLBAR-ARROW-COLOR:#000000;
	SCROLLBAR-TRACK-COLOR:#000000;
	}

table {
	font-family: Times New Roman, Times, serif;
	color: #ffffff;
	background: #000000;
	text-align: center;
	width: 850;
}
	
td  {border: 0px ;
		padding: 5px;}
		

a:link    {text-decoration: underline; color: #ffff00; }
a:visited {text-decoration: underline; color: #ffcc00; }
a:hover   {text-decoration: underline; color: #ffcc00; background: #333333;}
a:active  {text-decoration: underline; color: #ffcc00; }



		  

