body {
    margin-left: 10%;
    margin-right: 10%
    }
p {
    text-indent: 1em;
    margin-top: 0.75em;
    font-size: 100%;
    text-align: justify;
    margin-bottom: 0.75em
    }
h1, h2 {
    text-align: center
    }
hr {
    width: 15%;
    margin: 2em auto 2em auto
    }
.foot {
    margin-left: 10%;
    margin-right: 10%;
    text-align: justify;
    text-indent: -3em;
    font-size: 90%
    }
.poem {
    margin-left: 5%;
    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: 1.5em
    }
.poem p.i5 {
    margin-left: 3em
    }
.poem p.i7 {
    margin-left: 4em
    }
.poem p.i9 {
    margin-left: 5em
    }
.quote {
    margin-left: 6%;
    margin-right: 6%;
    text-indent: 0;
    font-size: 90%
    }
.toc {
    margin-left: 35%;
    font-size: 90%;
    margin-bottom: 0
    }
.center {
    text-indent: 0;
    text-align: center
    }
.right {
    text-indent: 0;
    text-align: right
    }
.sc {
    font-variant: small-caps
    }
a, img {
    text-decoration: none !important;
    border: none !important
    }
.box {
    margin: auto;
    text-align: center;
    border: 1px solid;
    padding: 1em;
    background-color: #F0FFFF;
    width: 25em
    }
sup {
    font-size: 0.7em;
    font-variant: normal
    }
.p2 {
    margin-top: 2em
    }
.p4 {
    margin-top: 4em
    }
.p6 {
    margin-top: 6em
    }
.left5 {
    margin-left: 5%
    }