body {
    margin-left: 10%;
    margin-right: 10%
    }
h1, h2, h3 {
    text-align: center;
    clear: both
    }
p {
    margin-top: 0.75em;
    text-align: justify;
    margin-bottom: 0.75em
    }
hr {
    width: 33%;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    clear: both
    }
table {
    margin-left: auto;
    margin-right: auto
    }
.tborder1 {
    border-bottom: 4px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-color: #000;
    border-style: solid;
    font-size: 150%
    }
.tborder2 {
    border-bottom: 2px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-color: #000;
    border-style: solid;
    font-size: 150%
    }
.tadvert {
    border: 1px solid #000;
    margin-left: auto;
    margin-right: auto
    }
.bl {
    font-weight: bold;
    font-style: italic
    }
.pagenum {
    font-size: smaller;
    text-align: right
    }
.center {
    text-align: center
    }
.right {
    text-align: right
    }
.smcap {
    font-variant: small-caps
    }
.small {
    font-size: smaller
    }
.u {
    text-decoration: underline
    }
.caption {
    font-weight: bold
    }
.figcenter {
    margin: auto;
    text-align: center
    }
#notes {
    background-color: #eee;
    padding: 1em
    }