body {
    background: white;
    color: black;
    margin-left: 10%;
    margin-right: 10%
    }
h1 {
    text-align: center;
    margin-top: 4em
    }
h1.pg {
    text-align: center;
    margin-top: 0
    }
h2 {
    text-align: center;
    margin-top: 2em
    }
h3 {
    text-align: center;
    margin-top: 0
    }
p.indent {
    text-indent: 1em;
    text-align: justify
    }
p.footnote {
    text-align: justify;
    font-size: smaller
    }
p.center {
    text-align: center
    }
p.sm_center {
    text-align: center;
    font-size: smaller
    }
p.author {
    text-align: center;
    font-size: larger;
    margin: 2em
    }
p.bquote {
    margin-left: 2em
    }
p.subtitle {
    text-align: center;
    font-size: larger
    }
p.bigtitle {
    text-align: center;
    font-size: x-large;
    margin-top: 4em
    }
p.list {
    text-indent: -1em;
    margin-left: 1em;
    margin-top: 0;
    margin-bottom: 0;
    text-align: justify
    }
p.index {
    text-indent: -1em;
    margin-left: 1em;
    margin-top: 0;
    margin-bottom: 0;
    text-align: justify;
    font-size: smaller
    }
p.list_sc {
    text-indent: -1em;
    margin-left: 1em;
    margin-top: 0;
    margin-bottom: 0;
    text-align: justify;
    font-variant: small-caps
    }
table.data {
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto
    }
table.image {
    margin-left: auto;
    margin-right: auto;
    font-size: smaller
    }
td.left {
    text-align: left
    }
td.center {
    text-align: center
    }
td.btmctr {
    text-align: center;
    vertical-align: bottom
    }
td.right {
    text-align: right
    }
td.right_br {
    text-align: right;
    border-right: solid black thin
    }
td.right_brb {
    text-align: right;
    border-right: solid black thin;
    border-bottom: solid black thin
    }
td.right_bb {
    text-align: right;
    border-bottom: solid black thin
    }
td.top {
    vertical-align: top
    }
td.center_bb {
    text-align: center;
    border-bottom: solid black thin
    }
td.center_br {
    text-align: center;
    border-right: solid black thin
    }
td.center_btrb {
    text-align: center;
    border-top: solid black thin;
    border-right: solid black thin;
    border-bottom: solid black thin
    }
td.center_btb {
    text-align: center;
    border-top: solid black thin;
    border-bottom: solid black thin
    }
td.center_brb {
    text-align: center;
    border-right: solid black thin;
    border-bottom: solid black thin
    }
td.center_bb {
    text-align: center;
    border-bottom: solid black thin
    }
td.left_bb {
    border-bottom: solid black thin
    }
td.left_br {
    border-right: solid black thin
    }
td.left_brb {
    border-right: solid black thin;
    border-bottom: solid black thin
    }
td.left_btb {
    border-top: solid black thin;
    border-bottom: solid black thin
    }
td.left_btrb {
    border-top: solid black thin;
    border-right: solid black thin;
    border-bottom: solid black thin
    }
td.indent {
    text-indent: 1em;
    text-align: justify
    }
span.sc {
    font-variant: small-caps
    }
span.page {
    text-align: right;
    text-indent: 0;
    color: gray;
    background: white;
    font-weight: normal
    }
hr.full {
    width: 100%;
    margin-top: 3em;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    border-width: 4px 0 0 0;
    border-style: solid;
    border-color: #000;
    clear: both
    }
a:link {
    color: #00f;
    text-decoration: none
    }
link {
    color: #00f;
    text-decoration: none
    }
a:visited {
    color: #00f;
    text-decoration: none
    }
a:hover {
    color: #f00;
    text-decoration: underline
    }
pre {
    font-size: 85%
    }