h1 {
  font-variant:small-caps;
}

t1 {
  font-family:"verdana";
  font-size:11px;
  font-weight:bold;
  color:white;
}

a:link {
  text-decoration: none;
  color:white;
}
a:visited {
  text-decoration: none;
  color:white;
}
a:active {
  text-decoration: none;
  color:white;
}
a:hover {
  text-decoration: underline;
  color: white;
}

body {
  text-align:left;
  letter-spacing: 1px;
  font-family: "Times New Roman", serif;
  font-size: 13px;
  background-color: #dddddd;
}

table {
  margin-right: auto;
  margin-left: auto;
}

table.head {
  background-color: #ffffff;
  letter-spacing: 1px;
  font-family: "verdana";
  font-size: 11px;
  border-collapse: collapse;
  border: 1px solid black;
  width: 800px;
}

table.main {
  background-color: #ffffff;
  letter-spacing: 1px;
  font-family: "Verdana";
  font-size: 11px;
  border-collapse: collapse;
  border-color: black;
  border-width: 1px;
  border-style: solid;
  width: 800px;
}

table.main td {
  background-color: #99dd55;
  vertical-align: top;
  border-style: solid;
  border-width: 1px;
  padding: 1px 5px;
}

table.main td.special {
  background-color: #66bb11;
}

table.navigation {
  background-color: #335500;
  text-align: center;
  letter-spacing: 1px;
  font-family: "Verdana";
  font-size: 11px;
  font-weight: bold;
  color: white;
  border-style: none;
  width: 800px;
  padding: 0.4em;
}
