body {
    margin-left: 20%;
    margin-right: 20%
    }
div.chapter {
    page-break-before: always;
    margin-top: 4em
    }
p {
    text-indent: 1em;
    margin-top: 0.25em;
    margin-bottom: 0.25em
    }
.ctr {
    text-align: center;
    text-indent: 0
    }
.noindent {
    text-indent: 0;
    text-align: justify
    }
.quote {
    text-align: justify;
    margin-left: 2em;
    margin-right: 2em;
    margin-bottom: 2em;
    text-indent: 0;
    font-size: 0.96em
    }
.caption {
    text-align: center;
    font-size: 0.82em;
    margin-left: 2em;
    margin-right: 2em;
    margin-top: 0.5em;
    margin-bottom: 1.5em
    }
.footnote {
    font-size: 0.92em;
    margin-left: 5%;
    margin-right: 4%;
    text-indent: 0
    }
ul {
    margin-left: -0.5em;
    text-align: left;
    font-size: 0.96em
    }
h1, h2 {
    text-align: center;
    margin-top: 0.5em;
    margin-bottom: 0.5em
    }
h3, h4, h5, h6 {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em
    }
.h4 {
    text-align: center;
    margin-top: 2em;
    margin-bottom: 2em;
    font-weight: bold;
    font-style: italic;
    font-size: 1em
    }
hr.full {
    text-align: center;
    width: 100%;
    margin-top: 2em;
    margin-bottom: 1.5em
    }
hr.half {
    text-align: center;
    width: 60%;
    margin-top: 2.5em;
    margin-bottom: 1.5em
    }
hr.qtr {
    text-align: center;
    width: 25%;
    margin-top: 1.5em;
    margin-bottom: 1.5em
    }
.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.i4 {
    margin-left: 2em
    }
a:link {
    color: blue;
    text-decoration: none
    }
link {
    color: blue;
    text-decoration: none
    }
a:visited {
    color: blue;
    text-decoration: none
    }
a:hover {
    color: red
    }
div.fig {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em
    }