body {
    background: white;
    margin-left: 15%;
    margin-right: 15%
    }
p.indent {
    text-indent: 3mm;
    text-align: justify
    }
p.center {
    text-align: center
    }
p.subtitle {
    text-align: center;
    font-size: larger
    }
p.right {
    text-align: right
    }
p.quote {
    text-indent: 3mm;
    text-align: justify;
    font-size: smaller
    }
p.bquote {
    margin-left: 10%
    }
p.footnote {
    font-size: smaller
    }
p.bigtitle {
    text-align: center;
    font-size: large;
    margin-top: 4em;
    font-weight: bold;
    line-height: 2em
    }
p.index {
    text-indent: -1em;
    text-align: justify;
    margin-left: 1em;
    margin-top: 0;
    margin-bottom: 0;
    font-size: smaller
    }
h1 {
    text-align: center;
    margin-top: 2em;
    line-height: 150%
    }
h2 {
    text-align: center;
    margin-top: 2em
    }
div.image {
    text-align: center;
    font-size: smaller
    }
div.left {
    text-align: left
    }
hr {
    color: #000;
    width: 10%
    }
table.left {
    margin: 2mm
    }
td.right {
    text-align: right
    }
span.smaller {
    font-size: smaller
    }
span.page {
    text-align: right;
    text-indent: 0;
    color: gray;
    font-size: 9pt;
    font-weight: normal
    }
div.index {
    margin-top: 1em;
    margin-bottom: 1em
    }
p.right {
    text-align: right;
    margin-right: 10%;
    margin-top: 1em;
    margin-bottom: 1em
    }
a:link {
    color: blue;
    text-decoration: none
    }
a:visited {
    color: blue;
    text-decoration: none
    }
a:hover {
    color: red
    }