body {
    margin-left: 10%;
    margin-right: 10%
    }
p {
    text-align: justify;
    text-indent: 1em
    }
.noindent {
    text-align: justify;
    text-indent: 0
    }
.chapter {
    text-indent: 0;
    margin-top: 4em;
    margin-bottom: 2.5em;
    text-align: center;
    font-size: 110%;
    font-weight: bold
    }
table {
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse
    }
.center img {
    margin-left: auto;
    margin-right: auto
    }
.figcenter {
    margin-left: auto;
    margin-right: auto
    }
.floatr, .figright {
    clear: right;
    text-align: center
    }
.floatl, .figleft {
    clear: left;
    text-align: center
    }
.caption {
    text-indent: 0;
    margin-top: 0.2em;
    margin-bottom: 2em;
    margin-left: 1em;
    margin-right: 1em;
    text-align: center;
    font-size: 96%;
    font-weight: bold
    }
.head {
    text-indent: 0;
    margin-top: 0;
    margin-bottom: 2em;
    text-align: center;
    font-weight: bold;
    font-size: 103%;
    line-height: 1.5em
    }
.ctr {
    text-align: center;
    text-indent: 0
    }
.sc {
    font-variant: small-caps;
    font-size: 100%
    }
h1, h2 {
    text-align: center;
    margin-top: 0.5em;
    margin-bottom: 0.5em
    }
h3, h4, h5, h6 {
    text-align: center;
    margin-top: 2em;
    margin-bottom: 2em
    }
hr.long {
    text-align: center;
    width: 80%;
    margin-top: 2em;
    margin-bottom: 2em;
    text-indent: 0
    }
hr.med {
    text-align: center;
    width: 60%;
    margin-top: 2em;
    margin-bottom: 2em;
    text-indent: 0
    }
hr.short {
    text-align: center;
    width: 25%;
    margin-top: 2em;
    margin-bottom: 2em;
    text-indent: 0
    }
ul.toc {
    margin-top: 1em;
    margin-bottom: 2em;
    list-style-type: none
    }
.page {
    font-size: small;
    text-indent: 86%
    }
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
    }