body {
    margin-left: 10%;
    margin-right: 10%
    }
h1 {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: bold;
    font-size: 2em;
    clear: both
    }
h2 {
    text-align: center;
    margin-top: 1.5em;
    margin-bottom: 1em;
    font-size: 1.25em;
    clear: both
    }
p {
    margin-top: 1em;
    margin-bottom: 0;
    text-align: justify;
    font-size: 1em;
    line-height: 1.4em;
    text-indent: 1em
    }
p.title {
    text-align: center;
    text-indent: 0;
    line-height: 1.4em;
    margin-bottom: 3em
    }
hr.hr65 {
    width: 65%;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    clear: both
    }
table {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    empty-cells: show
    }
ul {
    list-style-type: none
    }
.pagenum {
    font-size: 75%;
    text-align: right
    }
div.left {
    text-align: left
    }
div.note {
    border: black 1px dashed;
    padding: 0.5em
    }
.smcap {
    font-variant: small-caps
    }
.figcenter {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    text-align: center
    }