a:link 		{ color: black ; text-decoration: underline;}

a:visited 	{ color: black ; text-decoration: underline;} 

a:active 	{ color: black ; text-decoration: none;}

table		{ table-border-color-light: rgb(0,0,0);
		  table-border-color-dark: rgb(0,0,0); }

body		{ font-family: Times New Roman, Times ;
		  background-color: #999999;
		  font-size: 12pt;
		  color: black;
		  scrollbar-3dlight-color:#999999; 
		  scrollbar-arrow-color:#000000;
		  scrollbar-base-color:#999999;
		  scrollbar-darkshadow-color:#000000;
		  scrollbar-face-color:#999999;
		  scrollbar-highlight-color:#666666;
		  scrollbar-shadow-color:#000000
		  margin-bottom: 0;
		  margin-top: 0;
		  margin-left: 0;
		  margin-right: 0;
		
 		}

h1		{ font-family: Arial, Helvetica ;
		  color: rgb(153,153,51); }


<!-- 
.links { font-family: Times New Roman, Times; font-size: 10pt; color: black}
.links:hover {font-family: Times New Roman, Times; font-size: 10pt; color: red; text-decoration: none}
-->


<!-- 
.links1 { font-family: Times New Roman, Times; font-size: 7pt; color: black}
.links1:hover {font-family: Times New Roman, Times; font-size: 7pt; color: red; text-decoration: none}
-->


<!--

.itemBorder { border: 1px solid black }
.itemText { text-decoration: none; color: #FFFFFF; font: 10px Arial, Helvetica }

.crazyBorder { border: 2px outset #FFFFFF }
.crazyText { text-decoration: none; color: #FFCC99; font: Bold 10px Arial, Helvetica }

-->