body {
  font-family: tahoma, serif;
  font-size: 11px;
  color: #333333
}

h3 {
  text-align: center
}

table tr td {
  font-family: tahoma, serif;
  font-size: 11px;
  color: #333333;
  line-height: 17px
}

div.menu {
  background: green;
  font-weight: bold;
  color: white;
  padding: 5px
}

a:link, a:active, a:visited {
  text-decoration: underline;
  color: blue
}

a:hover {
  text-decoration: none;
  color: blue
}
