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