
	a:link 		{ text-decoration:underline; color:yellow; }
	a:visited	{ text-decoration:underline; color:#a0a000;  }
	a:active	{ text-decoration:underline; color:red; }	
	a:hover 	{ text-decoration:underline; color:white; background-color:#1122ee; }

	BODY		{
	color:ffffff;
	background-color:#000000; 
	font-size:10pt; 
	line-height:140%;
	scrollbar-Track-Color:#000000;
	scrollbar-Face-Color:#000000;
	scrollbar-Shadow-Color:#666666;
	scrollbar-DarkShadow-Color:#0000FF;
	scrollbar-Highlight-Color:#000000;
	scrollbar-3dLight-Color:#666666;
	scrollbar-Arrow-Color:#ff0000;
	}

	TABLE		{ table-layout:auto; font-size:10pt; }

	