BODY { 
  margin: 1em;
  font-family: georgia;

  line-height: 1.1;
  background-color: white;
    background-image:url("backdrop.gif");
  background-attachment: fixed 
  color: black;
}


LI { display: list-item }



H1 { font-size: 26px }
H2 { font-size: 18px }
H3 { font-size: 16px }

H1, H2, H3, H4,H5, H6 {color: blue}

table
{font-size: 14px }





a.menulink:link { color: #666666; font-size: 12px }
a.menulink:visited { color: #000000; font-size: 12px}
a.menulink:active { color: white; font-size: 12px}
a.menulink:hover { color: white; background-color: black; font-size: 12px}


a.mainlink:link { color: #666666; font-size: 14px }
a.mainlink:visited { color: #000000; font-size: 14px}
a.mainlink:active { color: black; font-size: 14px; font-weight: bold}
a.mainlink:hover { color: black; font-size: 14px; font-weight: bold}


