  BODY           { font-family: Georgia, Tahoma, serif; }
  H2, H3, H5 { font-family: Verdana, Tahoma, sans-serif; }
  
  BODY { 
    margin: 1em;
	background: white;
    
  }
  
  H4 {  color: green }
  H5, H6 { margin-top: 1em }
  H6 { font-family: Verdana, Tahoma, sans-serif; 
  	font-size: 4;
  	font-weight: bold;
	color: blue}
	
H5	{color: black; background-color: lightblue}
  
  H1, H2, H3 { font-weight: bold }
  
  
  H3, H4 { font-style: italic }

  H1 { font-size: x-large }
  H2 { font-size: large }
  H3 { font-size: large; background-color: lightgreen }
  H5 { font-size: medium}
  
  B, STRONG { font-weight: bold }  /* relative to the parent */
  
  Address {font-size: smaller}
  
  A:link	{color:"#0000ff";
  			font-family: Verdana, Tahoma, sans-serif;
			font-weight: bold;
			text-decoration: none}
			
  A:active	{color:"#ff3333";
			 font-family: Verdana, Tahoma, sans-serif;
			text-decoration: none}
			
A:visited	{color:"#009900";
			 font-family: Verdana, Tahoma, sans-serif;
			text-decoration: none}			
			
 
