/**/
p {
    margin-top: 0.75em;
    text-align: justify;
    margin-bottom: 0.75em
    }
p.bold {
    text-align: center;
    font-weight: bold
    }
p.bold2 {
    text-align: center;
    font-weight: bold;
    font-size: 150%
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center;
    /* all headings centered */
    clear: both
    }
h1 span, h2 span {
    display: block;
    text-align: center
    }
#id1 {
    font-size: smaller
    }
hr {
    width: 33%;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    clear: both
    }
body {
    margin-left: 10%;
    margin-right: 10%
    }
hr.smler {
    width: 10%
    }
table {
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    border: none;
    text-align: right
    }
.pagenum {
    /* uncomment the next line for invisible page numbers */
    /*  visibility: hidden;  */
    font-size: smaller;
    text-align: right;
    text-indent: 0
    }
/* page numbers */
.center {
    text-align: center
    }
.smcap {
    font-variant: small-caps
    }
.block {
    margin-left: 20%;
    margin-right: 20%;
    text-align: left
    }
.right {
    text-align: right
    }
.left {
    text-align: left
    }
.tbrk {
    margin-bottom: 1em
    }
.fnanchor {
    font-size: 0.8em;
    text-decoration: none
    }
.s3 {
    display: inline;
    margin-left: 3em
    }
.poem {
    margin-left: 10%;
    margin-right: 10%;
    text-align: left
    }
.poem br {
    display: none
    }
.poem .stanza {
    margin: 1em 0 1em 0
    }
.poem div {
    display: block;
    margin: 0;
    padding-left: 3em;
    text-indent: -3em
    }
.poem div.i1 {
    display: block;
    margin-left: 1em
    }
.poem div.i2 {
    display: block;
    margin-left: 2em
    }
.poem div.i3 {
    display: block;
    margin-left: 3em
    }
/**/