body {
  font-family:Verdana, Geneva, Arial, helvetica, sans-serif;
   color: #003366;
   background-color: #CCCCCC;
   }
   
  Table { border-color: #CCCCCC; }
  
  h1 {
  color: #cc0000 ;
  }
 h2 {
  color: #003366 ;
  }
  h4 {
      font-family:Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:  small;
    color:  #003366;

 	 }
	
   p {
	font-family:"Times New Roman", Times, serif;
	font-size:  small;
	color:  #003366;
   }
   strong { color:  #CC0000;
   font-family:Verdana, Geneva, Arial, helvetica, sans-serif;
   }

a:link {
color: #000080;
}
a:visited {
color: purple;
}
a:active {
color: red ;
}
a:hover {
text-decoration: underline;
color: #CC0000;
background-color: #CCCCCC;
}
