body {
    margin-left: 12%;
    margin-right: 12%
    }
p {
    margin-top: 0.75em;
    margin-bottom: 0.5em;
    line-height: 120%;
    text-align: justify;
    text-indent: 1.5em
    }
.noindent {
    text-indent: 0
    }
.blockquote {
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 1.5em;
    margin-bottom: 1.5em
    }
.chapter {
    line-height: 124%;
    text-align: center;
    font-size: 115%;
    font-weight: bold;
    margin-top: 4em;
    margin-bottom: 2em
    }
.head {
    text-align: center;
    margin-top: 1.5em;
    margin-bottom: 2em;
    font-weight: bold;
    font-size: 105%
    }
.foot {
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: justify;
    font-size: 98%;
    text-indent: 0
    }
.ctr {
    text-align: center;
    text-indent: 0
    }
.sc {
    font-variant: small-caps;
    font-size: 105%
    }
.sig {
    text-indent: 65%
    }
h1 {
    font-size: 160%;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em
    }
h2 {
    font-size: 140%;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em
    }
h3 {
    font-size: 105%;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em
    }
h4 {
    font-size: 95%;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em
    }
h5 {
    font-size: 90%;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em
    }
hr.long {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
    margin-top: 4em
    }
hr.med {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 65%;
    margin-top: 3em;
    margin-bottom: 2em
    }
hr.short {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 25%;
    margin-top: 2em;
    margin-bottom: 2em
    }
table {
    margin-left: 5%;
    margin-right: 5%;
    width: 90%
    }
a:link {
    color: #33C;
    text-decoration: none;
    font-weight: bold;
    background: inherit
    }
link {
    color: #33C;
    text-decoration: none;
    background: inherit
    }
a:visited {
    color: #F00;
    text-decoration: none;
    background: inherit
    }
a:hover {
    color: #F00
    }