body {
    background: white;
    margin-left: 15%;
    margin-right: 15%
    }
h1 {
    text-align: center;
    margin-top: 4em
    }
h2 {
    text-align: center;
    margin-top: 4em
    }
h3 {
    text-align: center;
    margin-top: 1em
    }
hr {
    width: 80%;
    margin-top: 2em;
    margin-bottom: 2em
    }
p.indent {
    text-indent: 3mm;
    text-align: justify
    }
p.bquote {
    margin-left: 4em;
    margin-right: 4em
    }
p.subtitle {
    text-align: center;
    font-size: large
    }
p.author {
    text-align: center;
    font-size: large
    }
p.center {
    text-align: center
    }
p.title {
    text-align: center;
    font-size: x-large
    }
p.footnote {
    font-size: smaller
    }
p.index {
    text-indent: -1em;
    text-align: justify;
    margin-left: 1em;
    margin-top: 0;
    margin-bottom: 0
    }
table.center {
    margin-left: auto;
    margin-right: auto
    }
th.bltr {
    border-left: 1px solid black;
    border-top: 1px solid black;
    border-right: 1px solid black
    }
th.btrb {
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    border-right: 1px solid black
    }
th.btlbr {
    border-left: 1px solid black;
    border-top: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black
    }
th.brb {
    border-right: 1px solid black;
    border-bottom: 1px solid black
    }
th.brbl {
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    border-right: 1px solid black
    }
td.right {
    text-align: right;
    vertical-align: top
    }
td.center {
    text-align: center;
    vertical-align: top
    }
td.br {
    vertical-align: top;
    border-right: 1px solid black
    }
td.bl {
    vertical-align: top;
    border-left: 1px solid black
    }
td.brb {
    vertical-align: top;
    border-right: 1px solid black;
    border-bottom: 1px solid black
    }
td.blr {
    vertical-align: top;
    border-left: 1px solid black;
    border-right: 1px solid black
    }
td.blbr {
    vertical-align: top;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black
    }
td.center_br {
    text-align: center;
    border-right: 1px solid black
    }
td.center_brb {
    text-align: center;
    border-right: 1px solid black;
    border-bottom: 1px solid black
    }
td.right_br {
    text-align: right;
    border-right: 1px solid black
    }
td.right_bl {
    text-align: right;
    border-left: 1px solid black
    }
td.right_bb {
    text-align: right;
    border-bottom: 1px solid black
    }
td.right_brl {
    text-align: right;
    border-left: 1px solid black;
    border-right: 1px solid black
    }
td.right_brb {
    text-align: right;
    border-bottom: 1px solid black;
    border-right: 1px solid black
    }
td.right_blb {
    text-align: right;
    border-left: 1px solid black;
    border-bottom: 1px solid black
    }
td.right_brbl {
    text-align: right;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    border-left: 1px solid black
    }
span.page {
    text-align: right;
    text-indent: 0;
    color: gray;
    font-size: 9pt;
    font-weight: normal
    }