body {
    margin-left: 10%;
    margin-right: 10%
    }
.h1head, .h2head, .h3head, .h4head {
    clear: both;
    display: block;
    text-indent: 0;
    text-align: center;
    font-weight: bold;
    page-break-before: avoid
    }
.h1head {
    margin: 4em 5% 1em;
    font-size: 180%
    }
.h2head {
    margin: 2em 5% 1em;
    font-size: 160%
    }
.h3head {
    margin: 3em 5% 1em;
    font-size: 140%
    }
.h4head {
    margin: 2em 5% 1em;
    font-size: 120%
    }
div.chapter {
    page-break-before: always;
    margin-top: 4em
    }
p {
    text-indent: 1.25em;
    margin-top: 0.51em;
    text-align: justify;
    margin-bottom: 0.49em
    }
.p4 {
    margin-top: 4em
    }
.center {
    text-align: center;
    text-indent: 0
    }
.blockquot {
    margin-left: 5%;
    margin-right: 5%;
    text-align: justify;
    font-size: 95%
    }
.smcap {
    font-style: normal;
    font-variant: small-caps
    }
.allsmcap {
    font-variant: small-caps;
    text-transform: lowercase
    }
em {
    font-style: italic
    }
.smaller {
    font-size: 83%
    }
.muchsmaller {
    font-size: 75%
    }
dfn {
    font-style: italic
    }
span.lock {
    white-space: nowrap
    }
abbr {
    border: none;
    text-decoration: none;
    font-variant: normal
    }
a:visited {
    text-decoration: none;
    color: red
    }
a:link {
    text-decoration: none
    }
hr {
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    clear: both
    }
hr.tb {
    width: 45%;
    margin-left: 27.5%;
    margin-right: 27.5%
    }
.footnote {
    margin-left: 10%;
    margin-right: 10%;
    font-size: 0.9em;
    text-decoration: none
    }
.fnanchor {
    vertical-align: super;
    font-size: 0.8em;
    text-decoration: none;
    white-space: nowrap
    }
ins {
    text-decoration: none;
    border-bottom: thin dotted gray
    }