body {
    margin-left: 10%;
    margin-right: 10%
    }
h1, h2 {
    text-align: center;
    clear: both
    }
p {
    margin-top: 0.75em;
    text-align: justify;
    margin-bottom: 0.75em
    }
p.psmall {
    margin-top: 0.75em;
    text-align: center;
    margin-bottom: 0.75em;
    font-size: 90%
    }
.plarge {
    text-align: center;
    font-size: 120%
    }
a:link {
    text-decoration: none;
    color: #000
    }
a:visited {
    text-decoration: none;
    color: #B22222
    }
a:hover {
    text-decoration: none;
    color: #00f
    }
a:active {
    text-decoration: none;
    color: #000
    }
p.cap {
    text-indent: 0;
    padding-top: 0.5em
    }
p.cap:first-letter {
    padding: 0;
    line-height: 0.8em;
    font-size: 300%
    }
hr {
    width: 65%;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    clear: both
    }
dt {
    margin-top: 1em;
    font-weight: 600;
    margin-left: 0.5em;
    font-size: 110%
    }
.pagenum {
    font-weight: normal;
    font-variant: normal;
    font-style: normal;
    letter-spacing: normal;
    text-indent: 0;
    text-align: right;
    color: #999;
    background-color: #fff
    }
.blockquot {
    margin-left: 5%;
    margin-right: 10%;
    text-indent: 1em
    }
.signoff {
    margin-left: 15%
    }
.bbox {
    border: solid 2px;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 2em;
    padding-bottom: 2em
    }
.center {
    text-align: center
    }
.smcap {
    font-variant: small-caps
    }
.figcenter {
    margin: auto;
    text-align: center
    }