HTML {background: #003000}
BODY { margin-right: 8px }

H1, H2, H3, H4 { font-family: "Arial", sans-serif; width: 100% }
H1 { font-size: 26pt; text-align: center; font-weight: bold; color: white }
H2 { font-size: 22pt; margin-left: 8px; font-weight: bold; color: yellow}
H3 { font-size: 18pt; margin-left: 8px; font-weight: bold; color: yellow }
H4 { font-size: 14pt; margin-left: 8px; font-weight: bold; color: #f96f00 }

P  { font-size: 10pt; margin-left: 8px; width: 512px; font-family: "Arial", sans-serif;
    text-align: justify; color: #f96f00 }
UL { font-size: 10pt; font-family: "Arial", sans-serif; color: #f96f00; 
     width: 512px; margin-left: 16px}
LI { list-style: none; font-family: "Arial", sans-serif; font-size: 10pt; 
     width: 512px; color: #f96f00 }
DT { font-size: 14pt; font-weight: bold; font-family: "Arial", sans-serif }
DD { font-size: 10pt; font-weight: normal; font-family: "Arial", sans-serif }

TD { font-size: 8pt; font-family: "Arial", sans-serif; color: white}

FORM { font-size: 10pt; margin-left: 8px; font-family: "Arial", sans-serif;
       text-align: left; width: 512px }

FORM INPUT { font-size: 8pt }

HR { clear: both; align: center }

BLOCKQUOTE { font-style: italic; text-align: justify; font-size: 9pt;
             font-family: "Arial", serif; align: center; width: 300px }
ADDRESS { font-style: italic; font-size: 8pt; text-align: right;
          font-family: "Arial", sans-serif }

IMG { border: 0 }

A:link    { text-decoration: none; color: lightgreen }
A:visited { text-decoration: none; color: red }
A:active  { text-decoration: none; color: red }
A:hover   { text-decoration: underline; color: red }

