    a{text-decoration: none;}
    
    a:link  {
           color : #000000;
           font-family : Arial;
           
           font-size : 10pt;
      }
     a:visited {
           color : #008000;
           font-family : Arial;
           
           font-size : 10pt;
      }
     a:active {
           color : #0000FF;
           font-family : Arial;
           
           font-size : 10pt;
      }
     a:hover {
           color : #FF0000;
           font-family : Arial;
           ;
           font-size : 10pt;
      }
     body {
           font-family : Arial, Helvetica;
           background-color : rgb(255,255,255);
           color : #000000;
           
           font-size : 10pt;
      }
     table {
           font-family : Arial;
           
           font-size : 10pt;
      }
     
