body {
    margin-left: 10%;
    margin-right: 10%
    }
p {
    text-indent: 3%;
    text-align: justify;
    margin-top: 1em;
    margin-bottom: 0;
    line-height: 1.2em
    }
.noindent {
    text-indent: 0%;
    text-align: justify;
    margin-top: 1em;
    margin-bottom: 0;
    line-height: 1.2em
    }
.alignright {
    text-align: right
    }
.ctr {
    text-align: center;
    text-indent: 0
    }
.sc {
    font-variant: small-caps;
    font-size: 100%
    }
.chapter {
    text-indent: 0;
    margin-top: 5em;
    margin-bottom: 1.5em;
    text-align: center;
    font-size: 125%;
    font-weight: bold
    }
.head {
    text-indent: 0;
    margin-top: 1.5em;
    margin-bottom: 1em;
    text-align: center;
    font-size: 105%;
    font-weight: bold
    }
.blockquote {
    text-align: justify;
    margin-left: 4.5%;
    margin-right: 4.5%;
    font-size: 96%
    }
ol {
    list-style-type: upper-roman;
    margin-left: 15%;
    line-height: 1.2em
    }
ul.toc {
    list-style-type: none;
    margin-left: 3em;
    margin-right: 2em;
    width: 100%;
    line-height: 1.2em
    }
ul.tochead {
    list-style-type: none;
    margin-left: 1em;
    margin-right: 2em;
    margin-top: 0.1em;
    margin-bottom: 0.1em;
    width: 100%
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center;
    clear: both;
    margin-top: 1em;
    margin-bottom: 1em
    }
hr {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    margin-bottom: 2em;
    clear: both
    }
hr.full {
    width: 100%;
    margin-top: 1.5em;
    margin-bottom: 2.5em;
    border: solid 1px
    }
hr.med {
    width: 45%;
    margin-top: 2em;
    margin-bottom: 2em
    }
hr.short {
    width: 30%
    }
hr.div {
    width: 45%;
    margin-top: 3em;
    margin-bottom: 0.1em
    }
table {
    margin-right: auto;
    margin-left: auto
    }
.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
    }
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
    }