body {
    margin-left: 10%;
    margin-right: 10%;
    background-color: #FFD;
    color: #210
    }
pre {
    color: #000;
    background-color: #FFF;
    padding: 1em
    }
hr {
    width: 80%;
    margin-top: 1em;
    margin-bottom: 1em
    }
hr.mid {
    width: 50%
    }
hr.tiny {
    width: 10%
    }
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: 150%
    }
h3 {
    font-size: 125%
    }
h4 {
    font-size: 115%
    }
h5 {
    font-size: 100%
    }
h6 {
    font-size: 85%
    }
p, blockquote {
    margin-top: 0.5em;
    margin-bottom: 0;
    line-height: 1.2
    }
p.illustration {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em
    }
p.asterisk {
    text-align: center;
    letter-spacing: 3em;
    padding-left: 3em
    }
p.first {
    text-indent: -0.7em
    }
p.verse {
    margin-left: 9em;
    text-indent: -3em;
    font-size: 88%;
    line-height: normal
    }
p.verse.second {
    text-indent: -2em
    }
table {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    margin-bottom: 1em
    }
table.inline {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    border-collapse: collapse
    }
table.float {
    margin: 0.5em 0 0 0;
    clear: both
    }
table.float.left {
    margin-right: 1em
    }
table.float.right {
    margin-left: 1em
    }
td {
    vertical-align: top;
    text-align: left;
    padding: 0.1em 1em 0.1em 0
    }
td.nowrap {
    white-space: nowrap
    }
td.middle {
    vertical-align: middle
    }
td.center {
    text-align: center
    }
td.rightpad {
    padding-right: 1em
    }
td.leftpad {
    padding-left: 1em
    }
td.number {
    text-align: right
    }
td.number.left {
    padding-right: 0.5em
    }
td.number.right {
    padding-left: 0.5em
    }
table.toc p {
    margin-top: 0;
    margin-left: 2em;
    text-indent: -2em
    }
table.toc a {
    text-decoration: none;
    color: #642
    }
div.cast p {
    margin-left: 2em;
    text-indent: -2em
    }
p.verse + p.verse {
    margin-top: 0
    }
.hidden {
    display: none
    }
.invisible {
    visibility: hidden
    }
span.floatleft {
    clear: both;
    padding-right: 1em
    }
span.floatright {
    clear: both;
    padding-left: 1em
    }
.chapter {
    margin-top: 4em
    }
.section {
    margin-top: 2em
    }
.space {
    margin-top: 1em
    }
.nospace {
    margin-top: 0
    }
.long {
    font-family: cursive;
    font-size: 125%;
    line-height: 0.1em
    }
.smallroman {
    font-size: 0.8em
    }
.smallcaps {
    font-variant: small-caps
    }
.boldf {
    font-weight: bold
    }
ins.correction {
    text-decoration: none;
    border-bottom: thin dotted #300
    }
.pagenum {
    font-size: 95%;
    font-weight: normal;
    font-style: normal;
    text-align: right;
    text-indent: 0
    }
.mynote {
    background-color: #FFF;
    color: #000;
    padding: 0.5em;
    margin: 1em 5%;
    font-family: sans-serif;
    font-size: 95%;
    border: 2px ridge #FC9
    }
div.mynote {
    padding-top: 0
    }