body {
  margin: 2px 2px;
  background: #C39F61;
  font-family: Arial, Helv, san-serif;
}

p, td, td p, td li {
  color:#000080;
  font-size: 14px;
}
td li {
  color:#000080;
  font-size: 12px;
  line-height: 18px;
}

.pageborder {
  background: #000066;
}
.pagepanel {
  background: #326698;
}
.headerpanel {
  margin: 0px 0px;
  background: #CCCCFF;
}
.footerpanel {
  background: #339966;
  font-family: Arial, sans-serif;
}
.contentborder {
  background: black;
}
.contentpanel {
  background: #DDDDDD;
  font-family: Verdana, Arial, Helv, san-serif;
}

h1 {
  color: #000066;
  font-size: 22px;
  font-weight: bold;
  text-align: left;
  margin: 15px 15px;
}
h2 {
  color: #000066;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}
h3 {
  color: black;
  background: none;
  font-weight: bold
}
h4 {
  font-weight: bold
}
h5 {
  font-weight: bold
}

a:link {
  color: blue;
  background: none;
}
a:visited {
  color: blue;
  background: none;
}
a:active {
  color: blue;
  background: none;
}

.footer {
  color:#000080;
  font-size: 12px;
}
.credits {
  color:#000080;
  font-size: 10px;
}

pre {
  margin-left: 10%;
  white-space: pre
}

blockquote {
  margin-left: 8%;
  margin-right: 8%;
  border: thin ridge #dc143c
}

.copyright {
  font-size: smaller;
  text-align: right;
  clear: right
}

