  /* Navigation Menu */

  .navlink {
    color: #FFFFFF;
    text-decoration: none;
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
  }
  a:link.navlink  {color: #FFFFFF}
  a:visited.navlink  {color: #FFFFFF;}
  a:active.navlink  {text-decoration: none;}
  a:hover.navlink  {
    text-decoration: underline;
    color: #C0C0C0;
  }  

  /* General Tags */

  body {
    scrollbar-face-color: #778899;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #43435B;
    scrollbar-3dlight-color: #C0C0C0;
    scrollbar-arrow-color: #2F304F;
    scrollbar-track-color: #333333;
    scrollbar-darkshadow-color: #222222;
  }
  p, td {
    font-family: arial;
    font-size: 10pt;
    color: #C0C0C0;
  }
  hr {
    height: 3px;
    border: solid #778899 3px;
    border-top-width: 1px;
  }
  select, option {
    font-family: arial;
    font-size: 9pt;
    background-color: #2F304F;
    color: #FFFFFF;
  }
  input, textarea {
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
    background-color: #2F304F;
    color: #FFFFFF;
  }
  a {
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;
  }
  a:hover {
    text-decoration: underline;
    color: #C0C0C0;
  }