tr.heading {
  color: #ffffff;
  font-weight: bold;
  
}

tr.results {
  font-size: smaller;
  color: #000000;
}

a {
  text-decoration: none;
  font-weight: bold;
}

#content a:link {
  color: #cc3333;
}

#content a:visited{
	color: #cc3333;
}

#content a:hover{
	color: black;
}


