body {
    margin-left: 8%;
    margin-right: 8%
    }
p {
    text-indent: 1.5em;
    text-align: justify
    }
.noindent {
    text-indent: 0;
    text-align: justify
    }
.chapter {
    text-indent: 0;
    margin-top: 5em;
    margin-bottom: 2em;
    text-align: center;
    font-size: 125%;
    font-weight: bold
    }
.ctr {
    text-align: center;
    text-indent: 0
    }
.sc {
    font-variant: small-caps;
    font-size: 100%
    }
.quote {
    text-align: justify;
    margin-left: 4em;
    margin-right: 4em;
    text-indent: 0;
    font-size: 98%
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 0.5em
    }
hr.long {
    text-align: center;
    width: 80%;
    margin-top: 1em;
    margin-bottom: 1em;
    text-indent: 0
    }
hr.med {
    text-align: center;
    width: 60%;
    margin-top: 1.5em;
    margin-bottom: 2em;
    text-indent: 0
    }
hr.short {
    text-align: center;
    width: 25%;
    margin-top: 1.5em;
    margin-bottom: 2em;
    text-indent: 0
    }
table {
    margin-top: 1em;
    empty-cells: show;
    border-spacing: 4em 0;
    margin-left: auto;
    margin-right: auto
    }
.poem {
    margin-left: 10%;
    margin-right: 10%;
    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.i4 {
    margin-left: 2em
    }
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
    }