
  h1,h2,h3,body {
    font-family: Arial,Helvetica,sans-serif;
    }
  h1 {
    font-size: 175%;
    font-weight: normal
    }
  h2 {
    font-size: 125%;
    font-weight: bold
    }
  h3 {
    font-size: 100%;
    font-weight: bold
    }
  body {
    margin-left: 0%; margin-right: 0%;
    font-size: 63%;
    font-weight: normal;
    color: #FFFAFA;
    background-color: #004A00
    }

  a {color:#FFFAFA; text-decoration: none}
  a:hover{color:#99CC00}

.maintable {
    background: #000000;
    border: 20px solid #000000;
    }

