  BODY {
     background: URL(Img/sao_backgr.jpg) #E7E7E7;
     color: black;
  }
  A:link {
     color: #990066;
     text-decoration: underline;
  }
  A:visited {
     color:  #000080;
     text-decoration: underline;
  }
  A:hover {
     background-color: #BEBEFF;
     text-decoration : underline;
  }
  A:active {
     color: #FF00FF;
     text-decoration: underline;
  }
  input.button {
     font-weight: bold;
     color: blue;
     color: #770077;
     font-size: 90%;
     padding: 0;
     background-color: #CEE0FF;
   }
  .boxpre {
     padding-left:10pt;
     padding-right:10pt;
     background: white;
     background: #E0E0FF;
     border: solid thin;
     margin-left:50pt;
     margin-right:50pt;
  }
  EM { font-style: italic;
       font-weight: bold;
       color: #4030b0;
       color: #770077;
       background-color: #CCCCFF;
       background-color: #C8C8F8;
     }
