body {
  font-family: Helvetica,Arial,sans-serif;
  color: black;
  background-color: #ffffff;
  font-size: 9px;
}
h1 {
  font-size: 16px;
}
tbody {
  font-size: 12px;
}
a:link {
  color: grey;
}
a:visited {
  text-decoration: none;
}
a:hover {
  background: #ffcc00 none repeat scroll 0% 50%;
  color: white;
}
