body {
  font-family: Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
  background-color: #F6F4F6;
  color: black;	
}

div.IndexResults {
  overflow: auto;
  background-color: white;
  border: solid 1px #A7A6AA;
}

div.IndexResults tr {
  font-size: 68%;
}

