p {
    margin-top: 0.75em;
    text-align: justify;
    margin-bottom: 0.75em
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center;
    clear: both
    }
hr {
    width: 33%;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    clear: both
    }
img {
    border: 0
    }
table {
    margin-left: auto;
    margin-right: auto
    }
body {
    margin-left: 25%;
    margin-right: 20%
    }
a:link {
    color: blue;
    text-decoration: none
    }
link {
    color: blue;
    text-decoration: none
    }
a:visited {
    color: blue;
    text-decoration: none
    }
a:hover {
    color: red
    }
.center {
    text-align: center
    }
div.poetry {
    text-align: center
    }
div.poem {
    font-size: 90%;
    margin: auto auto;
    text-indent: 0%;
    display: inline-block;
    text-align: left
    }
.poem .stanza {
    margin-top: 1em;
    margin-bottom: 1em
    }
.poem span.i0 {
    display: block;
    margin-left: 0;
    padding-left: 3em;
    text-indent: -3em
    }
.poem span.i2 {
    display: block;
    margin-left: 2em;
    padding-left: 3em;
    text-indent: -3em
    }
.poem span.i4 {
    display: block;
    margin-left: 4em;
    padding-left: 3em;
    text-indent: -3em
    }
.poem span.i10 {
    display: block;
    margin-left: 10em;
    padding-left: 3em;
    text-indent: -3em
    }
.poem span.i5 {
    display: block;
    margin-left: 5em;
    padding-left: 3em;
    text-indent: -3em
    }
hr.full {
    width: 100%
    }
pre {
    font-size: small
    }