#results a {
  font-family: Verdana;
  font-size: 12px;
  font-weight: normal;
  color: blue;
}
#results a:hover {
  background-color: yellow;
}
