ul.found {
  /*color: #990000;*/
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height:14px;
}

#found,#found_odd,#found_even {background-color: #eeeeff;
  border: 1px #666666 solid;
  margin: 2px;
  width: auto;
  text-align: left;
  padding: 8px;
}

#found_odd {background-color: #eeeeff;}
#found_even {background-color: #ffffff;}

a.found:active,
a.found:link,
a.found:visited,
a.found:hover{
  font-weight: bold;
  font-style: normal;
}

a.found:link{
  text-decoration: underline;
  color: #006699
}

a.found:visited{
  text-decoration: underline;
  color: #990000
}

a.found:hover{
  text-decoration: none;
  color: #009900
}