p {
    text-indent: 3%;
    margin-top: 0.75em;
    text-align: justify;
    margin-bottom: 0.75em
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center
    }
hr {
    width: 33%;
    margin-top: 1em;
    margin-bottom: 1em;
    color: #000;
    background-color: #000;
    border: none
    }
body {
    background: #fff;
    color: black;
    font-family: "Times New Roman", serif;
    font-size: 1.1em;
    margin-left: 10%;
    margin-right: 10%;
    text-align: justify
    }
blockquote {
    font-size: 1em;
    text-align: left
    }
table {
    font-size: 1em
    }
.smallcaps {
    font-variant: small-caps
    }
.note {
    margin-left: 2em;
    margin-right: 2em;
    margin-bottom: 1em
    }
.pagenum {
    font-size: 8pt
    }
hr.full {
    width: 100%
    }
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: 8pt
    }