body {
background-color: white;
color: black;
font-family: Tahoma,Helvetica,sans-serif;
padding: 2em 5em;
}
a:link, a:visited {
  color: #000099;
  text-decoration: none;
}
a:active, a:hover {
  color: #3333ff;
  text-decoration: none;
}
a.curhd {
  color: black;
}
h1 {
color: #990000;
font-family: Garamond, Times, serif;
font-size: xx-large;
font-weight: bold;
font-style: normal;
text-align: right;
margin-right: -1em;
}
h2 {
color: #000099;
font-family: Garamond, Times, serif;
font-size: x-large;
font-weight: bold;
font-style: normal;
text-align: left;
margin-left: -1em;
}
h3 {
color: #990000;
font-family: Garamond, Times, serif;
font-size: large;
font-weight: bold;
font-style: normal;
text-align: left;
margin-left: -0.7em;
}
hr {
width: 30%;
height: 1px;
color: #330099;
}
em {
font-weight: bold;
font-style: normal;
}
.code {
  font-family: "Courier New", Courier, monospace;
}
div.caption {
text-align: center;
width: 80%;
}
div.caption p {
margin: 0.3em 4em;
font-size: small;
text-align: justify;
}
p.byline {
text-align: center;
font-size: x-small;
}
