 /* 
       copyright © 2003  Skapinker & Shapiro LLC
 */

 @import "printimport.css" ;

 body { 
  background-color: #FFFFFF;
  color: #000000 ;
  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 {
  display: none ;
  }
 #navbar a {       
  display: none ;
  }
 #footer p {
  font-size: 0.7em ;
  font-family: "Times New Roman", Times, serif ;
  }
 #footer a { 
  color: #000000; 
  background: #FFFFFF ;
  }
 #footer a:link ,
 #footer a:visited {
  color: #3333FF; 
  background: #FFFFFF ;
  }
 #footer a:link:hover ,
 #footer a:visited:hover {
  color: #0033FF; 
  background: #FFFFFF ;
  }

