BODY
   {
   color:gray;
   background-color:black;
   font-size:8pt;
   font-family:Verdana;
   }

TABLE
   {
   color:black;
   background-color:gray;
   font-size:9pt;
   font-style:bold;
   font-family:Arial Black, Verdana;
   text-align:center;
   }
   
H2
   {
   font-family: "Times New Roman", arial, helvetica, sans-serif;
   font-weight:bold;
   color:silver;
   text-align:center;
   font-style:italic;
   font-size: 18px;
   letter-spacing:0.3em;
   }

H3
   {
   font-family: "Times New Roman", arial, helvetica, sans-serif;
   font-weight:bold;
   color:silver;
   text-align:center;
   font-style:italic;
   font-size: 16px;
   letter-spacing:0.2em;
   }

.centerdiv { /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div { /*Proper way to center a relative div*/
margin: 0 auto;
}

a {
    color:black;
    text-decoration: none;
}

a img {
border: 2px solid gray;
} 
	
a:hover {
    color:white;
    text-decoration: none;
	background-position: 0 0;
}

a:hover img {
border: 2px solid white;
} 

a.color1 {
    color:gray;
	text-decoration: underline;
}

a.color1:hover {
    color:white;
}

.hidetext {
	color:gray
	}

.table2
   {
   color:gray;
   background-color:black;
   font-size:8pt;
   font-family:Verdana;
   }

.table3
   {
   color:silver;
   background-color:black;
   font-size:8pt;
   font-family:Verdana;
   }