body {
    margin-left: 10%;
    margin-right: 10%
    }
p {
    text-align: justify;
    text-indent: 1em
    }
blockquote {
    text-align: justify
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center
    }
pre {
    font-size: 0.7em
    }
hr {
    text-align: center;
    width: 50%;
    margin-top: 1em;
    margin-bottom: 3em
    }
html > body hr {
    margin-right: 25%;
    margin-left: 25%;
    width: 50%
    }
hr.full {
    width: 100%;
    margin-top: 3em;
    margin-bottom: 3em
    }
hr.chapter {
    width: 100%;
    margin-top: 3em;
    margin-bottom: 3em
    }
html > body hr.full {
    margin-right: 0%;
    margin-left: 0%;
    width: 100%
    }
.chapter {
    text-align: center;
    font-weight: bold;
    font-size: 2em;
    margin-bottom: 2em
    }
.chapter .heading {
    text-align: center;
    font-weight: bold;
    font-size: 0.75em;
    font-variant: small-caps;
    margin-top: 1em;
    margin-bottom: -1em
    }
.poem {
    margin-left: 10%;
    margin-right: 10%;
    text-align: left;
    white-space: pre;
    font-family: monospace;
    font-size: 0.8em
    }
.poem .title {
    margin-left: -10%;
    margin-right: -10%;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
    font-weight: bold;
    font-size: 1.5em
    }
.poem .subtitle {
    margin-left: -10%;
    margin-right: -10%;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
    font-weight: bold;
    font-family: serif
    }
.poem .stanza {
    margin: 1em 0 1em 0
    }
.poem .overallflat {
    margin-left: -10%
    }
.poem .overallhalfflat {
    margin-left: -5%
    }
.poem .overall0 {
    margin-left: 0
    }
.poem .overall2 {
    margin-left: 2em
    }
.poem .overall4 {
    margin-left: 4em
    }
.poem p {
    margin: 0;
    padding-left: 6em;
    text-indent: -6em
    }
.poem p.i2 {
    margin-left: 2em
    }
.poem p.i4 {
    margin-left: 4em
    }
.poem p.i6 {
    margin-left: 6em
    }
.poem p.i8 {
    margin-left: 8em
    }
.poem p.i10 {
    margin-left: 10em
    }
.poem p.mi2 {
    margin-left: -2em
    }
.poem .continuation {
    vertical-align: -100%
    }
.poem .smallleftcredit {
    text-indent: 2em;
    font-size: 0.75em
    }
.rjust {
    text-align: right
    }
.directions {
    padding-left: 3em;
    text-indent: -3em
    }
.directions .location {
    font-variant: small-caps
    }
.centerquote {
    text-align: center;
    font-family: monospace;
    font-size: 0.8em
    }
.caption {
    text-align: center;
    font-family: monospace;
    font-size: 1.2em;
    font-weight: bold;
    clear: left
    }
.quotes {
    margin-left: 2em;
    white-space: pre
    }
.quotes p {
    margin: 0;
    padding-left: 6em;
    text-indent: -6em
    }
.footnote {
    margin-left: 4em;
    margin-right: 4em;
    font-size: 0.8em;
    padding-left: 6em;
    text-indent: -6em
    }
.speech {
    margin-left: 5%;
    margin-right: 5%;
    text-align: left;
    white-space: pre;
    font-family: monospace;
    font-size: 0.8em
    }
.speech p {
    text-indent: 4em
    }
.speech .title {
    margin-left: 0%;
    margin-right: 0%;
    text-align: center;
    font-weight: bold;
    font-size: 1.5em
    }
.speech .subtitle {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    font-weight: bold;
    font-family: serif
    }
.toc ul {
    margin-left: 15%;
    list-style-type: none
    }
.toc ul ul {
    margin-left: 10%;
    list-style-type: none
    }
img.fullh {
    border: none;
    margin-left: 10%;
    margin-right: 10%;
    width: 100%;
    text-align: center
    }
img.fullv {
    border: none;
    height: 90%;
    text-align: center
    }
a.hidden:link {
    text-decoration: none
    }
a.hidden:visited {
    text-decoration: none
    }