BODY {
  color: black;
  background-color: white;
  font-family: arial;
  margin-top: 1em;
  margin-left: 0em
  font-size: 14px;
}

A:link    { color: darkblue; text-decoration: none; }
A:visited { color: darkblue; text-decoration: none; }
A:active  { color: darkblue; text-decoration: none; }
A:hover   { color: red; text-decoration: none; }

H2, H3, H4, H5, H6 { 
 text-align: left;
}
H1 {
 text-align: center;
 font-size: 24px; 
 font-weight: bold}
H2 {
 font-size: 18px;
 font-weight: bold; }
H3 {
 font-size: 16px; 
 font-weight: bold;
 text-decoration: underline}


TD, TH, DL, UL, OL {   font-size: 14px; }

P { font-size: 14px; }

