body {
  margin-top: 2;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}
table {
  font-family: verdana. geneva, arial, sans-serif;
  font-size: small;
}
a:link {
  color: #006d3c;
}
h3 {
  font-size: 120%;
  margin-left: 2%;
}
h4 {
  font-size: 110%;
}
th {
  font-size: 90%;
}
td {
  vertical-align: text-top;
  font-size: 87%;
}
A:active {
  color: orange;
}
A:visited {
  color: #006d3c;
}
A.textlinks:link {color: #006d3c}
A.textlinks:hover {text-decoration: underline}
A.textlinks:active {color: orange}
A.textlinks:visited {color: #006d3c}
td.center{text-align: center}
.red{color: #ff0000;}