p {
    text-indent: 1em;
    text-align: justify;
    margin-top: 0.75em;
    margin-bottom: 0.75em
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center;
    margin-top: 2.5em;
    margin-bottom: 0.5em
    }
hr {
    width: 45%;
    margin-top: 1em;
    margin-bottom: 1em
    }
hr.full {
    width: 100%
    }
body {
    font-family: Georgia, "Times New Roman", Times, serif;
    background: #FFF;
    color: #000;
    margin-left: 10%;
    margin-right: 10%
    }
blockquote {
    margin-left: 4em;
    margin-right: 4em
    }
.toc {
    white-space: nowrap
    }
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: 9pt
    }