BODY { text-align: center; background: #000000; font-family: sans-serif; font-style: normal; font-weight: normal; font-size: 12pt; text-decoration: none;}

#container { 
      text-align: left; 
      width: 980px; 
      margin: auto;
      border-left: 1px solid black;
      border-right: 1px solid black;
      padding: 4px;
      background: white;
 }

H1 {
font-weight: bold;
font-size: 18pt;
margin-bottom: 8px;
margin-top: 8px;
}

H2 {
font-weight: bold;
font-size: 16pt;
color: black;
}


H3 {
font-weight: bold;
font-size: 14pt;
color: black;
}

H4 {
font-weight: bold;
font-size: 12pt;
color: black;
}

P.caption {
font-weight: normal;
font-size: 9pt;
margin-left: 8px;
margin-top: 1px;
margin-bottom: 1px;
color: blue;
}

EM.big {
font-weight: normal;
font-size: 16pt;
margin-top: 2em;
margin-bottom: 2em;
}

P {
font-weight: normal;
font-size: 12pt;
margin-left: 8px;
margin-right: 8px;
margin-top: 2px;
margin-bottom: 2px;
}

div.date {
font-family: fixed;
font-weight: normal;
font-size: 10pt;
margin-left: 8px;
margin-top: 1px;
margin-bottom: 1px;
color: blue;
float: right;
border: 1px dashed green;
padding: 0.25em;
}

A.na:link {color: blue; text-decoration: underline; }
A.nav:visited {color: purple; text-decoration: none; }
A.nav:hover {color: red; text-decoration: underline; }
A.nav:active {color: blue;} 




