body {
    margin-left: 13%;
    margin-right: 13%
    }
p {
    text-indent: 0;
    text-align: justify;
    margin-top: 0.85em;
    margin-bottom: 0.85em;
    line-height: 1.3em
    }
.indent {
    margin-left: 5em;
    text-indent: -3.4em;
    margin-top: -0.75em
    }
.ctr {
    text-align: center
    }
.sc {
    font-variant: small-caps
    }
.chapter {
    margin-top: 4em;
    margin-bottom: 1em;
    text-align: center;
    font-size: 120%;
    font-weight: bold
    }
.head {
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 2em;
    margin-bottom: 1.5em;
    text-align: center;
    font-size: 110%;
    font-weight: bold
    }
.subhead {
    margin-top: 0;
    margin-bottom: 1.75em;
    text-align: center;
    font-size: 105%;
    font-weight: bold
    }
.blockquote {
    text-align: justify;
    margin-left: 7%;
    margin-right: 7%;
    font-size: 98%;
    margin-top: 1.2em;
    margin-bottom: 1.2em
    }
h1 {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
    line-height: 1.3em
    }
h2, h3, h4, h5, h6 {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
    line-height: 1.3em
    }
hr {
    background-color: black;
    color: inherit;
    padding: 0
    }
hr.long {
    width: 90%;
    margin-top: 2.5em;
    margin-bottom: 2em
    }
hr.med {
    width: 65%;
    margin-top: 2.5em;
    margin-bottom: 2.5em
    }
hr.short {
    width: 35%;
    margin-top: 2.25em;
    margin-bottom: 2.25em
    }
hr.tiny {
    width: 15%;
    margin-top: 1em;
    margin-bottom: 1em
    }
table {
    margin-left: auto;
    margin-right: auto
    }
td.td1 {
    vertical-align: top;
    text-align: right;
    width: 9%
    }
td.td2 {
    vertical-align: top;
    text-align: right;
    width: 7%
    }
td.td3 {
    vertical-align: top;
    text-align: left;
    padding-left: 2em;
    text-indent: -1.5em
    }
a:link {
    color: #33C;
    background-color: inherit;
    text-decoration: none
    }
link {
    color: #33C;
    background-color: inherit;
    text-decoration: none
    }
a:visited {
    color: #33C;
    background-color: inherit;
    text-decoration: none
    }
a:hover {
    color: #F00;
    background-color: inherit
    }