<!-- make body text a little prettier -->
BODY {
 font-family: verdana,arial; font-size: 10pt
 }
<!-- resetting BODY makes Netscape 4 redefine ALL text, so we have to redefine the other classes to what we want -->
TT {
 font-family: "courier new";  font-size: 10pt
 }

H1 {
 font-family: verdana,arial;  font-size: 18pt
 }

H2 {
 font-family: verdana,arial; font-size: 14pt
 }
H3 {
 font-family: verdana,arial; font-size: 12pt
 }
H4 {
 font-family: verdana,arial; font-size: 10pt
 }
H5 {
 font-family: verdana,arial; font-size: 8pt
 }
