p {
    margin-top: 0.75em;
    text-align: justify;
    margin-bottom: 0.75em
    }
p.indent {
    text-indent: 2%
    }
h1 {
    text-align: left;
    clear: both
    }
h2 {
    margin-top: 15%
    }
h3 {
    margin-top: 5%;
    text-align: left;
    clear: both
    }
h2.no {
    margin-top: 5%
    }
hr {
    width: 100%;
    margin-top: 5%;
    margin-bottom: 5%;
    border: solid black
    }
table {
    margin: auto auto auto 0%
    }
body {
    margin-left: 10%;
    margin-right: 10%
    }
.center {
    text-align: center
    }
a:link {
    color: blue;
    text-decoration: none
    }
link {
    color: blue;
    text-decoration: none
    }
a:visited {
    color: blue;
    text-decoration: none
    }
a:hover {
    color: red
    }
.poem {
    margin-left: 3%;
    text-align: left
    }
.poem br {
    display: none
    }
.poem .stanza {
    margin: 1em 0 1em 0
    }
.poem span.i0 {
    display: block;
    margin-left: 0;
    padding-left: 3em;
    text-indent: -3em
    }