/* a web safe light yellow is #FFFFCC;*/
/* 2/2/2002 changed background color from the above to linen */ 
/* 5/272002 force top margin to be 2 pixels 
   2/19/2004 made background color same as rest of the web site
             got rid of font-weight:bold for hover class
   3/22/2004 Added defaults fonts in Body tag */ 
body  {
background-color: #F9F8F5;
background-image: none;  
font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;  font-size: 80%;
scrollbar-face-color: #FFCC99;
scrollbar-track-color: white; 
scrollbar-arrow-color: white; 
margin-top : 2px; }

H1, H2, H3, H4, H5  { font-family: Comic Sans MS; color: Navy; }

/* Jan 30, 2002. Added the white background */ 
A:hover { color: red;  background-color: white; }

.forfuture 
  {font-size: 12px; 
  font-family: Verdana, Arial, Helvetica, sans-serif; }