* {
    font-family: Georgia, serif
    }
body {
    margin-left: 10%;
    margin-right: 10%
    }
p {
    text-indent: 1em;
    margin-top: 0.75em;
    font-size: 100%;
    text-align: justify;
    margin-bottom: 0.75em
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center
    }
h1, h2, h3 {
    font-variant: small-caps
    }
h1, h4 {
    margin: 2em
    }
h2 {
    margin-top: 3em
    }
hr {
    width: 33%
    }
pre {
    font-family: Courier, monospaced;
    font-size: 9pt
    }
.figure {
    padding: 1em;
    text-align: center;
    font-size: 0.9em;
    margin: auto
    }
.figure img {
    border: none
    }
.figure > p {
    text-align: center
    }
.returnTOC {
    text-align: right;
    font-size: 70%
    }
.blockquote {
    margin-right: 10%;
    margin-left: 10%;
    text-indent: 0;
    line-height: 1
    }
blockquote > p {
    margin-top: 1em;
    margin-bottom: 0;
    text-indent: 0;
    font-size: 0.9em
    }
a:link {
    color: blue;
    text-decoration: none
    }
link {
    color: blue;
    text-decoration: none
    }
a:visited {
    color: green;
    text-decoration: none
    }
a:hover {
    color: red
    }