html
{
  height: 1425px;
  width: 1026px;
  margin: 0 auto;
  padding: 0;
  color: black;
  background-color: #888888;
}

body
{
 background: url(/images/Parchment-scroll.jpg) top left no-repeat;
 margin: 0; padding: 0;
 color: #411; 
 background-color: inherit;
 border: 1px solid #000;
 font-family: Caligula, serif;
 font-size: 10pt;
}

*
{
 font-family: Caligula, serif;
 font-size: 10pt;
}

table
{
 border: 1px solid #411;
 border-collapse: collapse;
}

div#hdr
{
  margin: 6em auto 0 auto;
}

div#hdr p
{
  margin:0;
  font-size: 2em;
  text-align: center;
}

div.content
{
  width: 800px;
  height: 1000px;
  overflow-y: auto;
  margin: 100px auto 0 auto;
  font-size: 12pt;
  line-height: 14pt;
}

ol > li
{
  list-style-image: url(/images/brown-magglass-18x.gif);
  margin-bottom: .33em;
}

a
{
  color: brown;
  text-decoration: none;
}

.supsub
{
  font-size: .5em; line-height: .5em;
}
