a:link       { color: ; }
a:visited    { color: ; }
a:active     {color: ;}
a:hover		{ color:red; text-decoration: none;}

body         { font-family: Verdana, Arial; 
               color: #000080; 
               background-color: white 
	         scrollbar-arrow-color:white;
               scrollbar-face-color:purple;
}
table, TD, TH
{
      
	font-family: Verdana, Arial;
	font-size: 10 pt;
	table-border-color-light: rgb(204,153,255);
	table-border-color-dark: rgb(102,0,102); 
	color: #000080;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial;
}
h1          	{ font-size: 16 pt; color: black;}
h2				{ font-size: 14 pt; color: #000038; }
h3				{ color: rgb(102,0,51);}
h4				{ color: rgb(51,102,51);}
h5				{ color: rgb(102,0,51);}
h6				{ color: yellow; text-decoration: none;}

