 /* 
       copyright © 2003  Skapinker & Shapiro LLC
 */

 @import "import.css" ;

 body { 
  background-color: #F7EFE7;
  color: #333399 ;
  font-family: "Times New Roman", Times, serif ;
  }
 #logo h2 {
  font-size: 1.5em ;
  font-family: "Times New Roman", Times, serif ;
  }
 #logo h2 small {
  font-size: x-small ;
  font-family: "Times New Roman", Times, serif ;
  }
 #logo h3 {
  font-size: 1.0em ;
  font-family: "Times New Roman", Times, serif ;
  }
 #logo h2.bigger {
  font-size: 2.2em ;
  }
 #logo h2.bigger small {
  font-size: small ;
  } 
 #logo h3.bigger {
  font-size: 1.6em ;
  }
 h1 {
  font-size: 2.0em ;
  }
 #navbar {
  text-align: center; 
  }
 #navbar a {       
  font-weight: bold ;
  text-decoration: none; 
  color: #333399; 
  background: #F7EFE7 ;
  }
 #navbar a:link ,
 #navbar a:visited {
  color: #3366FF; 
  background: #E8E0DC ;
  }
 #navbar a:link:hover ,
 #navbar a:visited:hover {
  color: #0033FF; 
  background: #FAF3EA ;
  }
 #navbar a:link:active ,
 #navbar a:visited:active {
  color: #990000; 
  background: #FFFFFF ;
  }
 #footer p {
  font-size: 0.7em ;
  font-family: "Times New Roman", Times, serif ;
  }
 #footer a { 
  color: #333399; 
  background: #F7EFE7 ;
  }
 #footer a:link ,
 #footer a:visited {
  color: #3333FF; 
  background: #F7EFE7 ;
  }
 #footer a:link:hover ,
 #footer a:visited:hover {
  color: #0033FF; 
  background: #FFFFFF ;
  }

