body {
  background-color: #f6f6d5;
  font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
  font-size: 14px;
  margin: 0;
}
a {
  color: #f6f6d5;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  background-color: #f6f6d5;
  color: #007ab3;
}
#frame {
  background-color: #007ab3;
  color: #f6f6d5;
  margin-left: auto;
  margin-right: auto;
  max-width: 726px;
  width: 726px;
}
#navigation {
  border-top: 1px solid #f6f6d5;
  border-bottom: 1px solid #f6f6d5;
  list-style-position: outside;
  list-style-type: none;
  padding: 0.25em 0em 0.25em 0em;
  text-align: center;
}
#navigation li {
  display: inline;
}
#navigation a {
  font-size: 120%;
  padding: 0.25em 1em 0.25em 1em;
}
#navigation a:hover {
  background-color: #f6f6d5;
  color: #007ab3;
}
#active {
  background-color: #f6f6d5;
  color: #e44c00;
  font-size: 120%;
  font-weight: bold;
  padding: 0.25em 1em 0.25em 1em;
}
#content {
  margin: 1em;
}
#news {
  border-bottom: 1px solid #f6f6d5;
  border-left: 1px solid #f6f6d5;
  float: right;
  font-size: 80%;
  margin-left: 1em;
  padding-left: 1em;
  padding-right: 1em;
  width: 200px;
}
table {
  color: #f6f6d5;
  font-size: 80%;
}
table .header {
  background-color: #f6f6d5;
  color: #e44c00;
}
table .light {
  background-color: #0099dc;
}
th {
  font-size: 130%;
  text-align: left;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 2em;
}
.huge {
  color: #e44c00;
  font-size: 500%;
  font-weight: bold;
}