body {
    margin-left: 10%;
    margin-right: 10%
    }
p {
    text-indent: 1.2em;
    text-align: justify;
    margin-top: 1em;
    margin-bottom: 0;
    line-height: 1.3em
    }
.noindent {
    text-indent: 0%;
    text-align: justify;
    margin-top: 1em;
    margin-bottom: 0;
    line-height: 1.2em
    }
.indent {
    margin-left: 18%;
    margin-right: 22%
    }
.chapter {
    text-indent: 0;
    margin-top: 7em;
    margin-bottom: 1em;
    text-align: center;
    font-size: 120%;
    font-weight: bold
    }
.head {
    text-indent: 0;
    margin-top: 2em;
    margin-left: 6%;
    margin-right: 6%;
    margin-bottom: 2.5em;
    text-align: center;
    font-weight: bold;
    font-size: 105%
    }
.ctr {
    text-align: center;
    text-indent: 0
    }
.caption {
    margin-top: 0;
    margin-bottom: 3em;
    text-align: center;
    text-indent: 0;
    font-size: 94%;
    font-weight: bold
    }
.img {
    margin-top: 3em;
    margin-bottom: 0;
    text-align: center
    }
.floatr, .figright {
    clear: right;
    text-align: center;
    border: 0
    }
.floatl, .figleft {
    clear: left;
    text-align: center;
    border: 0
    }
.sc {
    font-variant: small-caps;
    font-size: 100%
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center;
    margin-top: 1em;
    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: 30%;
    margin-top: 2em;
    margin-bottom: 2em
    }
ol.toc {
    list-style: upper-roman;
    margin-left: 22%;
    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
    }
hr.full {
    width: 100%
    }
pre {
    font-size: 75%
    }