BODY {
color: black; 
background-color: white;
font-size: 12pt
}

A:LINK {
font-style: bold; 
color: blue; 
text-decoration: none
}
A:ACTIVE {
font-style: bold; 
color: green; 
text-decoration: none
}
A:VISITED {
font-style: bold; 
color: red; 
text-decoration: none
}

H1, H2, H3, H4, H5, H6 { color: black;  }

H1 { font: bold 150% Helvetica, arial, sans-serif}
H2 { font: bold 135% Helvetica, arial, sans-serif}
H3 { font: bold 120% Helvetica, arial, sans-serif}
H4 { font: bold 110% Helvetica, arial, sans-serif}
H5 { font: bold 100% Helvetica, arial, sans-serif}

H1.BANNER, H2.BANNER, H3.BANNER {
font-family: Helvetica, arial, sans-serif; 
font-weight:400; 
}

H1.BANNER { font-size:32pt }
H2.BANNER { font-size:20pt }
H3.BANNER { font-size:18pt }
