body {
    margin-left: 10%;
    margin-right: 10%
    }
hr {
    width: 80%;
    margin-top: 1em;
    margin-bottom: 1em
    }
hr.mid {
    width: 50%
    }
hr.tiny {
    width: 20%
    }
hr.break {
    width: 20%;
    margin-bottom: 4em
    }
img {
    padding: 1em
    }
img.inline {
    padding: 0 0.1em;
    margin-bottom: -0.1em
    }
p, div, blockquote {
    margin-top: 0.5em;
    margin-bottom: 0;
    line-height: 1.2
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5em;
    margin-top: 1em;
    margin-bottom: 0.5em
    }
h1 {
    font-size: 200%
    }
h2 {
    font-size: 150%
    }
h3 {
    font-size: 125%
    }
h4 {
    font-size: 115%
    }
h5 {
    font-size: 100%
    }
h6 {
    font-size: 90%
    }
table {
    margin-left: auto;
    margin-right: auto
    }
th.large {
    font-size: 150%
    }
td {
    vertical-align: top;
    padding-right: 0.5em;
    padding-left: 0.5em
    }
td.number {
    text-align: right
    }
td.ditto {
    text-align: center
    }
td.small {
    font-size: 90%
    }
p.hanging {
    margin-left: 2em;
    text-indent: -2em
    }
.inset {
    margin-left: 2em
    }
.citation {
    font-size: 90%;
    margin-left: 1em;
    margin-right: 1em
    }
.footnote {
    font-size: 95%;
    margin-right: 2em;
    margin-left: 2em
    }
a.tag {
    text-decoration: none;
    font-style: normal;
    vertical-align: 0.3em;
    font-size: 80%;
    line-height: 0
    }
.verse, .verse2 {
    margin-top: 0;
    text-indent: -3em
    }
.verse {
    margin-left: 5em
    }
.verse2 {
    margin-left: 6em
    }
.space {
    margin-top: 1em
    }
.first {
    margin-top: 0.5em
    }
.nospace {
    margin-top: 0
    }
.section {
    margin-top: 2em
    }
.chapter {
    margin-top: 4em
    }
em {
    font-style: normal;
    letter-spacing: 0.2em
    }
.gap {
    padding-left: 2em
    }
.stretch {
    padding-left: 1em;
    letter-spacing: 1em
    }
.smallcaps {
    font-variant: small-caps
    }
.extended {
    letter-spacing: 0.2em
    }
.firstletter {
    font-size: 250%;
    line-height: normal;
    margin-bottom: -0.5em;
    padding-right: 0.1em
    }
.sans {
    font-family: sans-serif, serif
    }
ins.correction {
    text-decoration: none;
    border-bottom: thin dotted red
    }
span.explan {
    border-bottom: thin solid #999
    }
.pagenum {
    font-size: 95%;
    font-weight: normal;
    font-style: normal;
    text-align: right;
    text-indent: 0
    }
.mynote {
    background-color: #DDE;
    color: #000;
    padding: 0.5em;
    margin: 1em 5em;
    font-family: sans-serif, serif;
    font-size: 95%
    }