body {
    background: #fdfdfd;
    color: black;
    font-family: "Times New Roman", serif;
    font-size: large;
    margin-left: 15%;
    margin-right: 15%;
    text-align: justify
    }
h1, h2, h3, h4 {
    text-align: center
    }
hr {
    width: 100%
    }
hr.narrow {
    width: 40%;
    text-align: center
    }
table {
    font-size: large;
    text-align: left
    }
p {
    text-indent: 4%
    }
p.noindent {
    text-indent: 0%
    }
.center {
    text-align: center
    }
.ind2 {
    margin-left: 2em
    }
.ind4 {
    margin-left: 4em
    }
.ind6 {
    margin-left: 6em
    }
.small {
    font-size: small
    }
.caption {
    text-align: right
    }
.poem {
    margin-left: 20%;
    margin-right: 0%;
    margin-bottom: 1em;
    text-align: left
    }
.poem .stanza {
    margin: 1em 0 1em 0
    }
.poem p {
    margin: 0;
    padding-left: 3em;
    text-indent: -3em
    }
a:link {
    color: blue;
    text-decoration: none
    }
link {
    color: blue;
    text-decoration: none
    }
a:visited {
    color: blue;
    text-decoration: none
    }
a:hover {
    color: red
    }
pre {
    font-size: 8pt
    }