body {
    font-family: Georgia, serif;
    margin-left: 15%;
    margin-right: 15%
    }
p {
    text-align: justify;
    line-height: 1.25;
    text-indent: 1em;
    margin: 0
    }
h1, h2, h3 {
    text-align: center;
    margin: 3em 0;
    font-weight: normal;
    text-indent: 0
    }
.chapter {
    margin: 5em 0
    }
.chapter_head {
    font-size: 1.1em;
    text-indent: 0;
    text-align: center;
    letter-spacing: 0.15em
    }
.chapter_title {
    font-style: italic
    }
.post_chapter_title {
    text-indent: 0
    }
img {
    border: none
    }
.illustration {
    text-align: center;
    margin: 3em auto
    }
.illo_caption {
    margin: 1em;
    text-align: center;
    font-size: 0.9em;
    font-style: italic;
    text-indent: 0
    }
#front_matter {
    border-top: 2px gray solid
    }
.copyright_note {
    color: #444;
    background-color: #eee;
    width: 80%;
    padding: 1em;
    border: thin #444 solid;
    text-indent: 0;
    text-align: center;
    margin: 7em auto;
    font-size: 0.9em
    }
.book_subtitle {
    text-align: center;
    text-indent: 0;
    font-style: italic
    }
.author {
    text-align: center;
    text-indent: 0;
    font-size: 2em;
    margin: 3em 0
    }
.blurb {
    width: 50%;
    padding: 1em;
    border: thin black solid;
    text-indent: 0;
    text-align: center;
    margin: 4em auto;
    font-size: 0.9em;
    font-weight: bold
    }
.post_thoughtbreak {
    margin-top: 2em;
    text-indent: 0
    }
.drop_cap {
    font-size: 2.4em;
    line-height: 1;
    vertical-align: top
    }
.fn_marker {
    vertical-align: top;
    font-size: 0.8em
    }
#footnotes {
    margin: 3em 0;
    padding-bottom: 2em;
    border-top: thin gray solid;
    border-bottom: 2px gray solid;
    font-size: 0.9em
    }
#footnotes li {
    margin: 1em
    }
.returnFN {
    font-size: 0.7em;
    text-align: left;
    text-indent: 0
    }
.first_footnote_paragraph {
    text-indent: 0
    }
a:link {
    text-decoration: none
    }
a:visited {
    text-decoration: none
    }
a:hover {
    color: #A8480E;
    background-color: inherit
    }