BODY { 
  margin: 1em;
  font-family: arial;

  line-height: 1.1;
  background-color: black;
    background-image:url("");
  background-attachment: fixed; 
  color: gray;
}



H1 { font-size: 26px }
H2 { font-size: 18px }
H3 { font-size: 16px }

H1, H2, H3, H4,H5, H6 {color: red}

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: blue; font-size: 14px }
a.mainlink:visited { color: purple; font-size: 14px}
a.mainlink:active { color: red; font-size: 14px; font-weight: bold}
a.mainlink:hover { color: yellow; font-size: 14px; font-weight: bold}


