body
  {
    background-color: #FFFFFF;
  }

.normal
  {
    font-family: sans-serif, Arial;
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    color: #FFFFFF;
  }

.active
  {
    text-decoration: none;
    color: #D70000;
    background-color: #FFFFFF;
  }

a:link
  {
    text-decoration: none;
    color: #3E3E3E;
  }

a:hover
  {
    text-decoration: none;
    color: #D70000;
    background-color: #FFFFFF;
  }

a:active
  {
    text-decoration: none;
    color: #D70000;
    background-color: #FFFFFF;
  }

hr
  {
    background: #7F7F7F;
    height: 1px;
    border: 0px;
  }