body {
    font-size: 100%
    }
p {
    text-indent: 1.5em;
    margin-left: 15%;
    margin-right: 15%;
    text-align: justify;
    margin-top: 0.75em;
    margin-bottom: 0.75em
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center
    }
hr {
    width: 20%
    }
hr.long {
    width: 50%
    }
hr.full {
    width: 100%
    }
p.ltr {
    text-indent: 0;
    margin-top: 0.75em;
    margin-bottom: 0.25em;
    margin-left: 20%;
    margin-right: 15%
    }
p.signed {
    text-indent: -4em;
    text-align: center;
    margin-top: 0.5em;
    margin-bottom: 0.75em
    }
p.note {
    text-align: center;
    font-size: 95%
    }
p.note2 {
    text-align: center
    }
p.note3 {
    margin-left: 30%;
    text-indent: -0.5em
    }
p.noindent {
    text-indent: 0
    }
p.poem {
    margin-left: 30%;
    text-indent: -0.5em
    }
p.toc {
    text-indent: 0;
    text-align: center;
    font-size: 90%;
    margin-top: 0.5em;
    margin-bottom: 0
    }
center {
    padding: 0.8em
    }
pre {
    font-size: 9pt;
    margin-left: 15%
    }
a:link {
    color: blue;
    text-decoration: none
    }
link {
    color: blue;
    text-decoration: none
    }
a:visited {
    color: blue;
    text-decoration: none
    }
a:hover {
    color: red
    }