body {
    margin-left: 12%;
    margin-right: 12%
    }
p {
    text-indent: 0;
    text-align: justify;
    margin-top: 1em;
    margin-bottom: 1em;
    line-height: 1.2em
    }
.ctr {
    text-align: center
    }
.sc {
    font-variant: small-caps
    }
.chapter {
    font-weight: bold;
    font-size: 108%;
    text-align: center;
    margin-bottom: 1.5em;
    margin-top: 5em
    }
.head {
    font-size: 100%;
    text-align: center;
    margin-bottom: 2.5em;
    margin-top: 1em;
    font-weight: bold
    }
.blockquote {
    text-align: justify;
    text-indent: 0%;
    margin-left: 8%;
    margin-bottom: 1.5em;
    margin-top: 1.5em
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center;
    margin-bottom: 1em;
    line-height: 1.2em
    }
hr.long {
    width: 100%;
    margin-top: 2.5em;
    margin-bottom: 2.5em
    }
hr.med {
    width: 45%;
    margin-top: 2em;
    margin-bottom: 2em
    }
ul.toc {
    list-style-type: upper-roman;
    line-height: 1.8em;
    text-align: left;
    margin-left: 18%
    }
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
    }
.tr {
    margin-left: 14%;
    margin-right: 14%;
    margin-top: 5%;
    margin-bottom: 5%;
    padding: 1em;
    background-color: #FFE4B5;
    color: black;
    border: solid black 1px
    }
.ph1, .ph2, .ph3, .ph4, .ph5 {
    text-align: center;
    text-indent: 0;
    font-weight: bold
    }
.ph1 {
    font-size: xx-large;
    margin: 0.67em auto
    }
.ph2 {
    font-size: x-large;
    margin: 0.75em auto
    }
.ph3 {
    font-size: large;
    margin: 0.83em auto
    }
.ph4, .ph5 {
    font-size: medium;
    margin: 1.12em auto
    }
div.chapter {
    page-break-before: always
    }
h2, h3 {
    page-break-before: avoid
    }
.big {
    font-size: x-large
    }
.tdleft {
    text-align: left
    }
.tdcenter {
    text-align: center
    }
.tdright {
    text-align: right
    }
.valigntop {
    vertical-align: top
    }
.valignbottom {
    vertical-align: bottom
    }