body {
    margin-left: 10%;
    margin-right: 10%
    }
p {
    text-indent: 1.2em;
    text-align: justify;
    margin-top: 1em;
    margin-bottom: 0;
    line-height: 1.2em
    }
.ctr {
    text-align: center;
    text-indent: 0
    }
.chapter {
    text-indent: 0;
    margin-top: 4em;
    margin-bottom: 2em;
    text-align: center;
    font-size: 115%;
    font-weight: bold
    }
.img {
    text-align: center;
    margin-top: 3em;
    margin-bottom: 0.5em
    }
.caption {
    margin-top: 0.35em;
    margin-bottom: 3em;
    text-align: center;
    text-indent: 0;
    font-size: 98%;
    font-weight: bold
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    line-height: 1.2em
    }
hr.long {
    width: 100%;
    margin-top: 2.5em;
    margin-bottom: 2.5em
    }
hr.med {
    width: 45%;
    margin-top: 2.5em;
    margin-bottom: 2.5em
    }
hr.short {
    width: 30%;
    margin-top: 2.5em;
    margin-bottom: 2.5em
    }
hr.veryshort {
    width: 20%;
    margin-top: 2em;
    margin-bottom: 2em
    }
ul.toc {
    list-style-type: none;
    margin-left: 25%;
    margin-right: 30%;
    margin-top: 0.8em;
    line-height: 125%
    }
.poem {
    margin-left: 25%;
    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
    }
.poem p.i6 {
    margin-left: 3em
    }
.poem p.i8 {
    margin-left: 4em
    }
.poem p.i10 {
    margin-left: 5em
    }
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
    }