body 		{ font-size: 10pt; 
		  color: white ;
		  font-family: arial, tahoma, sans-serif; }
		  
.smalltext	{ font-size: 8pt; }

a 		{ color: #FFCC00;
    		  font-size: 10pt;
   		  text-decoration: none; 
   		  margin-right: 5px;
   		  margin-bottom: 10px; }
   		  
a:hover 	{ color: white;}

a:active 	{ }
	   	  
#nav  		{ position: absolute;
		  top: 250px;
		  left: 0px;
		  width: 140px; 
		  padding: 10px;
		  text-align: right;}

h1 		{ font-size: 18pt;
		  color: #ffb400; 
		  padding-left: 5px;
		  letter-spacing: .2em;
  		  margin: 3px;
		  font-variant: small-caps;}

h2 		{ margin: 0px; 
		  font-size: 14pt;
		  font-weight: bold;
		  color: white; }

h3 		{ font-size: 12pt; 
		  font-family: verdana, tahoma, sans-serif;
    		  color: #800000;
    		  background-color: transparent;
   		  font-weight: bold;
    		  margin-top: 0px;
   		  padding-bottom: 0px; }

