body {
    margin-left: 20%;
    margin-right: 20%;
    text-align: justify
    }
p {
    text-indent: 0;
    margin-top: 0;
    text-align: justify;
    margin-bottom: 0
    }
p.noindent {
    text-indent: 0%
    }
p.center {
    text-align: center;
    text-indent: 0;
    margin-top: 1em;
    margin-bottom: 1em
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center
    }
hr {
    width: 66%
    }
pre {
    font-family: Courier, monospaced
    }
p.poem2 {
    text-indent: 2em
    }
p.poem4 {
    text-indent: 3em
    }