/* basics *****************************************/

table, td, a {
  font-family: verdana;
  font-size: 10px;
}
a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

