body {
    font-family: Georgia, serif;
    margin-left: 15%;
    margin-right: 15%
    }
p {
    text-align: justify
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center;
    font-variant: small-caps;
    padding-top: 1.5em
    }
pre {
    font-family: Courier, monospace;
    font-size: 0.8em
    }
hr {
    width: 50%
    }
hr.full {
    width: 100%
    }
hr.short {
    width: 25%
    }
h2.ChapterHead {
    padding-top: 4em
    }
.list_of_contents ol {
    list-style-type: upper-roman;
    margin-left: 10%
    }
.refs ol {
    margin-left: 10%;
    line-height: 1.5em
    }
.refs ul {
    list-style-type: none;
    margin-left: 10%
    }
.returnTOC {
    text-align: right;
    font-size: 0.7em
    }
.pagenum {
    font-size: 0.7em;
    text-align: left;
    text-indent: 0;
    color: gray;
    background-color: white
    }
.cen {
    text-align: center
    }
.small {
    font-size: 0.8em
    }
.dedication {
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 2em;
    margin-top: 2em
    }
.dedication p {
    text-align: center;
    line-height: 1.5em
    }
.ch_desc {
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
    font-style: italic;
    padding-bottom: 1.2em
    }
.fnm {
    vertical-align: super;
    font-size: 0.8em
    }
.returnFN {
    font-size: 0.7em;
    text-align: left
    }
a:link {
    color: blue;
    text-decoration: none;
    background-color: white
    }
a:visited {
    color: blue;
    text-decoration: none;
    background-color: white
    }
a:hover {
    color: red;
    background-color: white
    }