body {
    margin-left: 12%;
    margin-right: 12%
    }
p {
    text-indent: 0;
    text-align: justify;
    margin-top: 1em;
    margin-bottom: 0;
    line-height: 1.3em
    }
.ctr {
    text-align: center
    }
.sc {
    font-variant: small-caps
    }
.chapter {
    text-indent: 0;
    margin-top: 5em;
    margin-bottom: 1.5em;
    text-align: center;
    font-size: 110%;
    font-weight: bold
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
    line-height: 1.5em
    }
hr.long {
    width: 100%;
    margin-top: 2.5em;
    margin-bottom: 2.5em
    }
hr.med {
    width: 65%;
    margin-top: 2.5em;
    margin-bottom: 2.5em
    }
hr.short {
    width: 45%;
    margin-top: 2.5em;
    margin-bottom: 2.5em
    }
table {
    margin-left: auto;
    margin-right: auto
    }
td.txt {
    vertical-align: top;
    text-align: justify;
    font-size: 98%
    }
td.pg {
    vertical-align: bottom;
    width: 15%;
    text-align: right;
    font-size: 98%
    }
.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
    }
.figcenter {
    text-align: center;
    margin-top: 2.5em;
    margin-bottom: 0.2em
    }
.caption {
    font-weight: bold;
    font-size: 94%;
    text-align: center;
    margin-top: 0;
    margin-bottom: 2.5em
    }
a:link {
    color: #33C;
    background-color: inherit;
    text-decoration: underline
    }
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
    }