body {
  color: #ccc;
  background-color: #111;
}

a:visited {
  color: #000099
}

a:link {
    color: #00ccff
}

h2, h3 {
  font-variant: small-caps;
  font-family: serif;
  color: #00ffcc;
  margin-top: 8px;
  text-align: center;
}

h2 {
  font-size: 3em;
}

h3 {
  font-size: 2.5em;
}

div {
  padding: 8px;
  padding-top: 0px;
}

.footer {
  border-style: dotted none none none;
  border-color: #0099ff;
  text-align: center;
}

.dotted-border {
  border-style: dotted dotted dotted dotted;
  border-color: #ff0000;
  border-width: 1px;
}

.leftpanel {
  width: 48%;
  position: relative;
  left: 1%;
  display: inline-block;
  vertical-align: top;
}

.rightpanel {
  width: 48%;
  position: relative;
  left: 1%;
  display: inline-block;
  vertical-align: top;
}

.fullpanel {
  width: 98%;
  margin: auto;
}

p.hangindent {
  padding-left: 1.5em;
  text-indent: -1.5em each-line;
}

iframe.navframe {
  width: 15%;
  height: 98%;
  position: fixed;
  left: 1%;
  display: inline-block;
}