body {
  background-color: white;
  margin: 0 0 0 0;
  text-align: center;
}

h1, h2, h3, span, div, p, body, td, th {
  font-family: "Trebuchet MS", "Trebuchet", "Arial", "Helvetica";
  color: black;
}

h1 {
  color: #BFFF00;
  background-color: #1C39BB;
  padding: 5 5 5 5;
  border-bottom: 1px solid black;
  text-align: right;
  margin: 0 0 0 0;
  font-size: 24pt;
}

h2 {
  text-align: right;
  color: #FF7E00;
  font-size: 12pt;
  margin: 0 0 0 0;
  padding: 1 3 0 0;
  text-transform: lowercase;
}

#container {
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  margin-bottom: 50px;
}

#content {
  margin-top: 50px;
  width: 600px;
  text-align: left;
  margin-bottom: 50px;
}

.navigation {
  width: 100%;
  text-align: left;
}

h3 {
  font-size: 20pt;
  color: black;
}

a {
  text-decoration: none;
  color: #1C39BB;
  content: 
}

a:hover {
  text-decoration: underline;
}

th {
  text-align: left;
}

td, th {
  padding: 5 10 5 0;
  vertical-align: top;
}
