<STYLE TYPE-"type/css">
 	/* The first element is junk, for some very strange reason. */
 	 	P { }
 
	P { 
		font-family: Arial, Helvetica, sans-serif;
  		font-size: 14px;
  		color: #F1ECBF;
  		font-weight: bold;
  	  }
  	  
    .large {
   		font-size: 18px; 
   	}
   	
	.veryverylarge {
		font-size: 40px;
	}

   	.small {
   		font-size: 12px; 
   	}
   	
   	/* green hilight color */
   	.color {
   		color: #C6F1BF;
   	}

   	/* Standard color */
   	.nocolor {
   		color: #F1ECBF;
   	}
   	  	
    .greyonblack {
   	 	color: #888888;
  	}

 		
  	PRE {
    	font-family: monospace;
  	}
  
  	IMG {
  		border: 0;
  	}        
	 	
  	BODY { 
 		background: black;
 		color: #F1ECBF;
 		font-family: Arial, Helvetica, sans-serif;
 	} 
 	
  	A:link { color: white }          /* unvisited link */
    A:visited { color: white }        /* visited links */
    A:active { color: black }        /* active links */
    
    
   /* Navigation bar position */
    #navSpan {position:absolute; top:353;z-index:0;}
    
</STYLE> 
