body {
    margin-left: 10%;
    margin-right: 10%
    }
p {
    text-indent: 1.2em;
    text-align: justify;
    margin-top: 1em;
    margin-bottom: 0;
    line-height: 1.25em
    }
.noindent {
    text-indent: 0%;
    text-align: justify;
    margin-top: 1em;
    margin-bottom: 0;
    line-height: 1.2em
    }
.ctr {
    text-align: center;
    text-indent: 0
    }
.sc {
    font-variant: small-caps
    }
.sig {
    text-indent: 0%;
    margin-right: 28%;
    margin-top: 1em;
    text-align: right
    }
.chapter {
    text-indent: 0;
    margin-top: 3em;
    margin-bottom: 2em;
    text-align: center;
    font-size: 125%;
    font-weight: bold
    }
.head {
    text-indent: 0;
    margin-top: 2em;
    margin-left: 6%;
    margin-right: 6%;
    margin-bottom: 3em;
    text-align: center;
    font-weight: bold;
    font-size: 108%
    }
.img {
    text-align: center;
    text-indent: 0;
    margin-top: 6em;
    margin-bottom: 3em
    }
.caption {
    margin-top: 0.25em;
    margin-bottom: 2em;
    text-align: center;
    text-indent: 0;
    font-size: 96%
    }
.blockquote {
    text-align: justify;
    text-indent: 0%;
    margin-left: 8%;
    margin-right: 8%;
    font-size: 100%;
    margin-top: 1.5em;
    margin-bottom: 1.5em
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center;
    margin-top: 2em;
    margin-bottom: 2em;
    line-height: 1.2em
    }
hr.long {
    width: 100%;
    margin-top: 2.5em;
    margin-bottom: 2.5em
    }
hr.med {
    width: 60%;
    margin-top: 2em;
    margin-bottom: 2em
    }
hr.short {
    width: 40%;
    margin-top: 2em;
    margin-bottom: 2em
    }
table {
    margin-left: auto;
    margin-right: auto
    }
ol.toc {
    list-style: upper-roman;
    margin-left: 12%;
    line-height: 1.4em;
    text-indent: -0.2em
    }
ol.ill {
    list-style: none;
    margin-left: 12%;
    line-height: 1.4em;
    text-indent: -0.2em
    }
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
    }