html
{
  width: 1024px;
  height: 1425px;
}

body
{
 background: white url(/images/Parchment-scroll.jpg) top left no-repeat;
 font-family: Caligula, serif;
 margin-top: 80px;
 margin-left: 170px;
 color: brown;
 background-color: inherit;
}

h1
{
  display: block;
  font-size: 24pt;
  opacity: 1.0;
}

div.content
{
  width: 700px;
  height: 900px;
  overflow-y: auto;
  margin-top: 140px;
  font-size: 12pt;
  line-height: 14pt;
}

div.content *
{

}

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;
}

.cautionnote { margin:1em; padding:.125em; border: 1px solid red; background-color: yellow; color: red; }
.cautionnote > p { padding: .125em 1em; text-align: justify; font-size: .83em; }
.cautionnote > p:first-line { font-weight: 600; }
.cautionnote > ol li { list-style-image: none; font-size: .83em; margin: 1em; .5em; }

