<style>
  p  {
  font-family     : "Helvetica", "Arial";
  font-size       : 8pt;
  font-weight     : normal;
  }

  div  {
  font-family     : "Helvetica", "Arial";
  font-size       : 8pt;
  font-weight     : normal;
  }

  a {
  color           : Red;
  font-family     : "Helvetica", "Arial";
  font-size       : 10pt;
  font-weight     : bold;
  text-decoration : None; 
  }

  a:visited {
  color           : Red;
  font-family     : "Helvetica", "Arial";
  font-size       : 10pt;
  font-weight     : bold;
  text-decoration : None; 
  }

  a:hover {
  background      : Black;
  color           : Yellow;
  font-family     : "Helvetica", "Arial";
  font-size       : 10pt;
  font-weight     : bold;
  text-decoration : none;
  }

  .copyright {
    color            : #000000;
    font-family      : "Verdana", "Arial", "Helvetica";
    font-size        : 8pt;
  }

  a.copyright {
    color            : #FF0000;
    font-family      : "Verdana", "Arial", "Helvetica";
    font-size        : 8pt;
    font-weight      : bold;
    text-decoration  : none;
  }

  a.copyright:visited {
    color            : Maroon;
    font-family      : "Verdana", "Arial", "Helvetica";
    font-size        : 8pt;
    font-weight      : bold;
    text-decoration  : none;
  }

  a.copyright:hover {
    color            : Maroon;
    font-family      : "Verdana", "Arial", "Helvetica";
    font-size        : 8pt;
    font-weight      : bold;
    text-decoration  : none;
    position: relative;
    top: 1px;
    left: 1px;
  }
</style>
