<!-- http://htmlhelp.com/reference/css/properties.html -->
BODY { 	
  background-color: #ffffff;
  font-family: Arial, Helvetica, sans-serif; 	 
  color: #000000;
}

H1 {  
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: large; 
  font-weight: bold;
}

H2 {  
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: medium; 
  font-weight: bold;
}

<!-- last modified footer -->
.modified {  
  font-family: Courier;
  font-size: x-small;
  color: black;
}

<!-- footer.inc span -->
.navbar {  
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: small;
}

