* {
    font-family: Times
    }
p {
    text-indent: 1em;
    margin-top: 0.75em;
    text-align: justify;
    margin-bottom: 0.75em
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center
    }
hr {
    width: 33%
    }
hr.full {
    width: 100%
    }
body {
    margin-left: 10%;
    margin-right: 10%
    }
.note {
    margin-left: 2em;
    margin-right: 2em;
    margin-bottom: 1em
    }
.pagenum {
    font-size: 8pt
    }
a:link {
    color: blue;
    text-decoration: none
    }
link {
    color: blue;
    text-decoration: none
    }
a:visited {
    color: blue;
    text-decoration: none
    }
a:hover {
    color: red
    }
pre {
    font-size: 10pt
    }