  body
  {
    font-size: 14px;
    font-family: verdana, arial, helvetica, serif;
  }
  table
  {
    empty-cells: show;
  }
  td
  {
    font-size: 14px;
    color: #9933cc;
    font-family: verdana, arial, helvetica, serif;
  }
  h1
  {
    font-size: 18px;
    color: #66cc00;
  }
  h2
  {
    font-size: 14px;
    color: #9933cc;
    text-decoration: none;
  }
  a:link
  {
    color: #9933cc;
    background-color: transparent;
    text-decoration: underline;
    font-weight: bold;
  }
  a:visited
  {
    color: #9933cc; 
    background-color: transparent;
    text-decoration: underline;
    font-weight: bold;
  }
  a:hover
  {
    color: #66cc00;
    background-color: transparent;
    text-decoration: underline;
    font-weight: bold;
  }
  hr
  {
    color: #6394bd;
    background-color: transparent;
  }
  .nav 
  {
    color: #9933cc;
    background-color: transparent;
    text-decoration: none;
    font-weight: bold;
  }
  .nav:link
  {
    color: #9933cc;
    background-color: transparent;
    text-decoration: none;
    font-weight: bold;
  }
  .nav:visited
  {
    color: #9933cc;
    background-color: transparent;
    text-decoration: none;
    font-weight: bold;
  }
  .nav:hover
  {
    color: #9933cc;
    background-color: transparent;
    text-decoration: none;
    font-weight: bold;
  }
  .navbullet
  {
    color: #ffffff;
    background-color: transparent;
    font-weight: normal;
  }
  .navbullet:hover
  {
    color: #66cc00;
    background-color: transparent;
    font-weight: normal;
  }
  .border
  {
    border-top:solid #000000 1px;
    border-left:solid #000000 1px;
    border-right:solid #000000 1px;
    border-bottom:solid #000000 1px;
  }
  .footer
  {
    font-size: 10px;
    color: #999999;
    font-family: verdana, arial, helvetica, serif;
  }

