a:link 		{ color: #000000 ; text-decoration: underline;}

a:visited 	{ color: #000000 ; text-decoration: underline;} 

a:active 	{ color: #000000 ; 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: #2D2992;
		  font-size: 12pt;
		  color: black;
		  scrollbar-3dlight-color:#CCCCCC; 
		  scrollbar-arrow-color:#CCCCCC;
		  scrollbar-base-color:#2D2992;
		  scrollbar-darkshadow-color:#CCCCCC;
		  scrollbar-face-color:#2D2992;
		  scrollbar-highlight-color:#2D2992;
		  scrollbar-shadow-color:#CCCCCC
		  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: 12pt; color: #000000; text-decoration: underline}
.links:hover {font-family: Times New Roman, Times; font-size: 12pt; color: #FF6F00; 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 }

-->