a:link
  {
    text-decoration: none;
    color: rgb(255,255,255);
    font-weight: normal;
    font-size: 10pt;
  }
a:visited
  {
    text-decoration: none;
    color: rgb(255,255,255);
    font-weight: normal;
    font-size: 10pt;
  }
a:active
  {
    text-decoration: none;
    color: rgb(255,255,255);
    font-weight: normal;
    font-size: 10pt;
  }
a:hover
  {
    text-decoration: underline;
    color: rgb(255,255,255);
    font-weight: normal;
    font-size: 10pt;
  }
body
  {
    color: rgb(255,255,255);
    background-color: rgb(150,150,150);
    font-weight: normal;
    font-size: 12pt;
    align: center;
  }
