#content a {
  color: #00C;
}

#content a:hover {
  color: red !important;  
}

#content h1 {
  font: normal 14pt/1.5em "Lucida Sans Unicode","Lucida Grande",Arial,sans-serif;
  margin-bottom: 15px;
}

#content h2 {
  font: normal 18px/1.5em "Lucida Sans Unicode","Lucida Grande",Arial,sans-serif;
  margin-bottom: 10px;
  color: black;
}

#content h3 {
  font: normal 11pt/1.5em "Lucida Sans Unicode","Lucida Grande",Arial,sans-serif;
  margin: 5px 10px 15px;
  color: black;
}

#content h4 {
  font: normal 10pt/1.5em "Lucida Sans Unicode","Lucida Grande",Arial,sans-serif;
  margin-bottom: 5px;
  color: black;
}

#content table.results {
  width: 100%;
  float: left;
  clear: both;    
}