body.site {
  font-family:arial,sans-serif;
  background-color: #F5F6EE;
  margin:0px;
  padding:0px;
  color: #000000;
}

H1
{color: #ff3333;
 font-size: 40pt;
 font-family: sans-serif;
}
#heading
{color: #800000;
 font-size: 20pt;
 font-weight: bold;
 font-family: sans-serif;
}
.subheading {
    color: #800000;
    font-size: 18pt;
}

.nolite {
    text-align: center;
    color: red;
    border: #F5F6EE 1px solid;
}
.hilite {
    text-align: center;
    border: purple 1px solid;
    margin: 0px 0px 0px 0px;

}

td.nav {
   text-align: center;
   color: red;
   border: #F5F6EE 1px solid;
   margin: 0px 0px 0px 0px;
}

a.nav {
    font-face: arial, sans-serif;
    font-size: 14pt;
    text-decoration: none;
    font-weight:bold;
    background-color: #F5F6EE;
    border: solid 1px #F5F6EE;
    color:#800000;
}

a.nav:hover { border: purple 1px solid; }

#copyright {
    font-family:arial,sans-serif;
    font-size:10pt;
    color:#999999;
}

#login { width: 230px; padding: 2px; border-width: 1px; border-style:dotted; }

