/* CSS Document */

a {
  font-weight: normal;
}
a:hover {
  font-weight: normal;
  text-decoration: underline;
}

td {
  border:1px solid #ccc;
}