body {
    margin-left: 10%;
    margin-right: 10%
    }
div.page {
    margin-top: 3em;
    margin-bottom: 3em
    }
table.toc a {
    text-decoration: none
    }
hr {
    width: 80%;
    margin-top: 1em;
    margin-bottom: 1em
    }
hr.mid {
    width: 40%
    }
hr.tiny {
    width: 20%
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    margin-top: 0.5em;
    margin-bottom: 0.5em
    }
h1 {
    font-size: 200%
    }
h2 {
    font-size: 175%
    }
h3 {
    font-size: 150%
    }
h4 {
    font-size: 120%
    }
h4.chapter {
    margin-top: 4em;
    margin-bottom: 1.5em
    }
table h4 {
    margin-bottom: 0
    }
h5 {
    font-size: 100%
    }
h6 {
    font-size: 85%
    }
p {
    margin-top: 0.5em;
    margin-bottom: 0;
    line-height: 1.2
    }
p.right {
    text-align: right
    }
p.center {
    text-align: center
    }
p.righthalf {
    margin-left: 50%;
    text-align: center
    }
p.lefthalf {
    margin-right: 50%;
    text-align: center
    }
p.illustration {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em
    }
p.illustration.left {
    text-align: left
    }
p.illustration.right {
    text-align: right
    }
p.illustration.chapter {
    margin-top: 4em
    }
p.caption {
    text-align: center;
    font-size: 92%;
    margin-bottom: 1em
    }
div.verse {
    margin: 0.5em 2em 0 2em
    }
div.verse p {
    margin-top: 0;
    margin-left: 4em;
    text-indent: -4em
    }
div.verse p.in1 {
    text-indent: -2.75em
    }
div.verse p.in2 {
    text-indent: -1.5em
    }
div.verse p.in3 {
    text-indent: -0.25em
    }
div.verse p.quote {
    text-indent: -4.33em
    }
div.verse p.stanza {
    margin-top: 0.5em
    }
table {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    margin-bottom: 1em
    }
table.outline {
    border-collapse: collapse;
    border: 2px solid #333
    }
td {
    vertical-align: top;
    text-align: left;
    padding: 0.1em
    }
td.outline {
    border-bottom: 2px solid #333
    }
table.outline td {
    padding: 1em;
    font-size: 92%;
    font-weight: bold
    }
table.outline td.nopad {
    padding: 0.1em
    }
td.number {
    text-align: right
    }
td.center {
    text-align: center
    }
table.toc {
    border-collapse: collapse
    }
table.toc td {
    padding: 0
    }
table.illustrations td.number {
    vertical-align: bottom
    }
table.toc p {
    margin-top: 0;
    margin-left: 1em;
    text-indent: -1em;
    line-height: normal
    }
span.dropcap {
    margin: 0 1em 0 0
    }
span.firstword {
    text-transform: uppercase;
    margin-left: -0.75em
    }
span.dash {
    letter-spacing: -0.2em
    }
.smallroman {
    text-transform: uppercase;
    font-variant: small-caps
    }
.smallcaps {
    font-variant: small-caps
    }
.smaller {
    font-size: 0.8em
    }
.extended {
    letter-spacing: 0.2em
    }
ins.correction {
    text-decoration: none;
    border-bottom: thin dotted red
    }
.pagenum {
    font-size: 95%;
    font-weight: normal;
    font-style: normal;
    text-align: right;
    text-indent: 0
    }
div.mynote {
    background-color: #DDE;
    color: #000;
    margin: 1em 5% 3em;
    font-family: sans-serif;
    font-size: 90%;
    padding: 0.5em 1em 1em
    }
div.mynote a {
    text-decoration: none
    }