body {
    margin-left: 12%;
    margin-right: 12%
    }
p {
    text-indent: 1em;
    line-height: 124%;
    text-align: justify
    }
.noindent {
    text-align: justify;
    text-indent: 0
    }
.chapter {
    text-indent: 0;
    margin-top: 3em;
    margin-bottom: 3em;
    text-align: center;
    font-size: 120%;
    font-weight: bold
    }
.head {
    text-indent: 0;
    margin-top: 1.5em;
    margin-bottom: 2em;
    text-align: center;
    font-weight: bold;
    font-size: 110%
    }
.foot {
    margin-left: 6%;
    margin-right: 6%;
    margin-top: 0.5em;
    margin-bottom: 0.6em;
    text-align: justify;
    text-indent: 0;
    font-size: 96%
    }
.ctr {
    text-align: center;
    text-indent: 0
    }
.speaker {
    text-align: left;
    text-indent: 0
    }
.sig {
    text-align: left;
    text-indent: 60%
    }
.sc {
    font-variant: small-caps;
    font-size: 100%
    }
.blockquote {
    text-align: justify;
    margin-left: 3em;
    margin-right: 3em;
    margin-top: 2em;
    margin-bottom: 2em
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em
    }
hr.long {
    text-align: center;
    width: 90%;
    margin-top: 3em;
    margin-bottom: 3em;
    text-indent: 0
    }
hr.med {
    text-align: center;
    width: 60%;
    margin-top: 2em;
    margin-bottom: 2em;
    text-indent: 0
    }
hr.short {
    text-align: center;
    width: 25%;
    margin-top: 2em;
    margin-bottom: 2em;
    text-indent: 0
    }
ul {
    list-style-type: none
    }
ul.toc {
    margin-top: 1em;
    margin-bottom: 2em;
    margin-left: 3em;
    margin-right: 3em;
    list-style-type: none
    }
.page {
    text-align: left;
    text-indent: 82%
    }
.poem {
    margin-left: 15%;
    margin-right: 5%;
    margin-bottom: 1em;
    text-align: left
    }
.poem .stanza {
    margin: 1em 0 1em 0
    }
.poem p {
    margin: 0;
    padding-left: 3em;
    text-indent: -3em
    }
.poem p.i2 {
    margin-left: 1em
    }
.poem p.i10 {
    margin-left: 10em
    }
a:link {
    color: #33C;
    background-color: inherit;
    text-decoration: none
    }
link {
    color: #33C;
    background-color: inherit;
    text-decoration: none
    }
a:visited {
    color: #33C;
    background-color: inherit;
    text-decoration: none
    }
a:hover {
    color: #F00;
    background-color: inherit
    }