  a:link {
    color: #808080;
    text-decoration: none;
  }

  a:visited {
    color: #808080;
    text-decoration: none;
  }

  a:active {
    color: #E5A8FA;
    text-decoration: none;
  }

  #pagetitle {
    position: absolute;
    top: 90;
    left: 100;
    width: 550px;
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    color: #1F0B47;
    z-Index: 3;
  }

  #subtitle {
    width: 550px;
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    color: #1F0B47;
    z-Index: 3;
  }

  #regulartext {
    font-family: Arial;
    font-size: 9pt;
    color: #ffffcc;
    z-Index: 3;
  }


 #linktext {
    font-family: Arial;
    font-size: 7pt;
    color: #666666;
    z-Index: 3
  }

  #copyrighttext {
    font-family: Arial;
    font-size: 7pt;
    color: #666666;
    z-Index: 3
  }

  #formtext {
    font-family: Arial;
    font-size: 9pt;
    color: #000000;
    z-Index: 3
  }