a:link, a:active, a:visited {
  color: #49ab19;
  text-decoration: none;
}

a:hover {
  color: #156d00;
  text-decoration: underline;
  clip: rect();
  position: relative;
  left: 1px;
  top: 1px;
}

body {
  background-repeat: no-repeat;
  background-position: top center;
}

.content {
  font-size: 8pt;
  letter-spacing: 1px;
  color: #555555;
  font-family: georgia, serif;
  font-style: italic;
}

.shadow:hover {
  -moz-box-shadow: 2px 2px 5px 2px #999;
  -webkit-box-shadow: 2px 2px 5px 2px #999;
  box-shadow: 2px 2px 5px 2px #999;
}

thead {
  text-align: center;
}
