  A:link
  {
    text-decoration: none;
    color: blue;
    
  }
  A:visited
  {
    text-decoration: none;
    color: blue;
  }
  A:active
  {
    text-decoration: none;
    color: blue;
  }

  A:hover
  {
    text-decoration: underline;
    color: blue;
  }

  A.white:link
  {
    text-decoration: none;
    color: white;
    
  }
  A.white:visited
  {
    text-decoration: none;
    color: white;
  }
  A.white:active
  {
    text-decoration: none;
    color: white;
  }
  A.white:hover
  {
    text-decoration: underline;
    color: white;
  }

  TD
  {
    font-family: "Tagoma";
    font-size: 8pt;
    color: #292084;
  }


