body {
  font: 1.5em Geneva, Arial, Helvetica, Verdana, sans-serif;
  line-height: 1.8em;
  vertical-align: top;
  background-color: #000D45;
  color: #B1DAFF;
}

a {
  font-weight: bold;
  color: #fff;
}
a:hover {
  color: #900;
}
a:active {
  font-style: italic;
  color: #900;
}

#main_menu {
  list-style-type: none;
  clear: both;
}
#main_menu li {
  display: inline;
}
#main_menu li a {
  background-color: #5386B8;
  color: #fff;
  border: 1px #fff solid;
  padding: .5em 1em;
  text-transform: uppercase;
  text-decoration: none;
}
#main_menu li a:hover {
  color: #900;
  border-color: #900;
}
#main_menu li a:active {
  color: #fff;
  border-color: #900;
  font-style: normal;
}

#new {
  font: .6em/.8em;
}

h1, h2, h3, strong, dt {
  text-transform: uppercase;
  font-family: serif;
  color: #fff;
}
p cite { font-style: normal; }

ol {
  list-style-type: upper-roman;
  list-style-position: inside;
}
ol li {
  margin-bottom: 2em;
}
li ol {
  list-style-type: upper-alpha;
}
li ol li {
  margin-bottom: .5em;
}

.center {
  text-align: center;
}