.direct:link {
  color: #000000; 
  text-decoration : bold; 
  font-size:13px;
  font-family:verdana;  
  background: transparent;
 }

.direct:visited {
  color: #0094FF; 
  text-decoration : none;
  font-size:13px; 
  background: transparent;
  background-color: transparent;
  }

.direct:hover { 
  color: #FFFFFF; 
  text-decoration : none;
  font-size:13px; 
  background: transparent;
  background-color: #0094FF;
  }

.table { 
  color: #000000; 
  text-decoration : none;
  font-size:13px;
  font-family:verdana; 
  background: transparent;
  background-color: transparent;
  }