<html>
BODY {font-size: 10pt;
font-family: "Arial";
color: 000034;
background-color: white;
background: url(pix/bluebg.jpg);
background-attachment: fixed;
A:link    { color: 000034 }    /* unvisited links */
A:visited { color: 005500 }   /* visited links   */
A:hover   { color: orange } /* user hovers     */
A:active  { color: green }   /* active links    */
}
A:link {color: blue; text-decoration: none; }


P {text-align: justify;
font-size: 10pt;
line-height: 15pt;
}



H1 {font: 24pt "Arial";
font-weight: bold:
font-color: ffffff;
text-align: center;}

H2 {font-size: 15pt;
font-family: "Arial";
color: 000034; 
text-decoration: bold;
text-shadow: 3px 3px 5px black;
text-align: center;}

H3 {font-size: 12pt;
font-family: "Arial";
color: 000000; 
text-align: center;}

H4 {font-size: 10pt;
font-family: "Arial";
color: 000000; 
text-decoration: bold;
text-shadow: 3px 3px 5px black;
text-align: left;
}
</html>