body {
    margin-left: 12%;
    margin-right: 12%
    }
p {
    text-indent: 1em;
    line-height: 124%;
    text-align: justify
    }
.noindent {
    text-align: justify;
    text-indent: 0
    }
.chapter {
    text-indent: 0;
    margin-top: 5em;
    margin-bottom: 1.5em;
    text-align: center;
    font-size: 110%;
    font-weight: bold
    }
.ctr {
    text-align: center;
    text-indent: 0
    }
.sig {
    text-indent: 60%;
    margin-bottom: 0.5em
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center;
    margin-top: 1.5em;
    margin-bottom: 1.5em
    }
hr.long {
    text-align: center;
    width: 85%;
    margin-top: 3em;
    margin-bottom: 3em;
    text-indent: 0
    }
hr.med {
    text-align: center;
    width: 65%;
    margin-top: 3em;
    margin-bottom: 2em;
    text-indent: 0
    }
hr.short {
    text-align: center;
    width: 25%;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    text-indent: 0
    }
table {
    width: 90%;
    padding: 1em;
    margin-left: auto;
    margin-right: auto
    }
.tocname {
    text-align: justify;
    vertical-align: bottom
    }
.tocpg {
    text-align: right;
    vertical-align: bottom
    }
a:link {
    color: #33C;
    text-decoration: none;
    font-weight: bold;
    background: inherit
    }
link {
    color: #33C;
    text-decoration: none;
    background: inherit
    }
a:visited {
    color: #33C;
    text-decoration: none;
    background: inherit
    }
a:hover {
    color: #F00
    }