BODY { 
  margin: 1.5em;
  font-family: arial;

  line-height: 1.1;
  background-color: black;
    background-image:url("");
  background-attachment: fixed; 
  color: red;
}



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: red; font-size: 12px; font-weight: bold }
a.menulink:visited { color: red; 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: red; font-size: 14px; font-weight: bold }
a.mainlink:visited { color: purple; font-size: 14px}
a.mainlink:active { color: red; font-size: 14px; font-weight: bold}
a.mainlink:hover { color: yellow; background-color: red; font-size: 14px; font-weight: bold}


