body {
  font: 1em/1.4em serif;
  vertical-align: top;
  background-color: #fff;
  color: #000;
  margin: .25in .125in;
}

a {
  color: #000;
  text-decoration: none;
}

#main_menu, #sidebar, #new, .noprint {
  display: none;
}

h1, h2, strong, dt {
  text-transform: uppercase;
}

h1 {
  font-size: .6em;
  text-align: center;
}

#content, #content2 {
  display: block !important;
}

h2 {
  text-align: center;
}

p {
  margin: 0;
  text-indent: 1.4em;
  text-align: justify;
}

p.right {
  margin-top: 2em;
  text-align: right;
  page-break-before: auto;
}

p cite { font-style: normal; }

ol {
  list-style-type: upper-roman;
  list-style-position: inside;
  margin-left: 0;
  text-align: justify;
}
ol li {
  margin-bottom: 1.5em;
}
li ol {
  margin-top: 1em;
  margin-right: 2em;
  list-style-type: upper-alpha;
}
li ol li {
  margin-bottom: .5em;
}

.center {
  text-align: center;
}
.small {
  font-style: italic;
  margin-bottom: .25in;
  padding-bottom: .125in;
  border-bottom: 1px #bbb solid;
}