body {
      background-color : white;
      font-family : Verdana;
      font-size : 10pt;
      font-style : normal;
      color: black;
   

a:link, 
a:visited, 
a:active   {  text-decoration:underline;
              color: darkblue  }
              
a:hover    {  text-decoration: none;
              color: #EFE0E0;
              background-color:  }

table, td { 

      font-family : Verdana;
      font-size : 8pt;
      text-align: justify
      font-style : normal;
      color: #EFE0E0;
}

img   { background-color: #;
        border-color: #EFE0E0;
}



input, textarea  {
      font-family : Verdana;
      font-size : 8pt;
      color : #340203;
      background :#EFE0E0;
      border-collapse : collapse;
      border-right:1px solid #340203; 
      border-top:1px solid #340203;
      border-bottom : 1px none #340203;
      border-left:1px solid #340203
      }