      h1.segantech
      {
        font-size: 20pt;
        color: white;
        font-family: helvetica;
      }
      h1.normal
      {
        font-size: 15pt;
        color: white;
        font-family: helvetica;
      }
      p.main
      {
        font:helvetica;
        color:black;
        text-indent: 1cm;
      }
      p.footer
      {
        font:helvetica;
        color:white;
      }
      td.menu
      {
        font:helvetica;
        color:white;
      }
      td.main
      {
        font:helvetica;
        background-color:#ffffff;
      }
      td.footer
      {
        font:helvetica;
        background-color:#000000;
      }
      body 
      {
        font-family:helvetica;
        background-color: #ffffff;
      }
      a:link
      {
        color:#ffffff;
      }
      a:visited
      {
        color:#ffffff;
      }
      a:hover
      {
        color:#00ff00;
        text-decoration: underline overline; 
      }
      a.main:link
      {
        color:#0000FF;
      }
      a.main:visited
      {
        color:#0000FF;
      }
      a.main:hover
      {
        color:#000000;
        text-decoration:underline;
      }
      img
      {
        border: none;
      }

      .submitlink 
      {
      font-family:helvetica;
      color: blue;
      background-color: transparent;
      text-decoration: underline;
      border: none;
      cursor: pointer;
      cursor: hand;
      }
