/**/ /*General styles*/ 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 } /*Illustrations*/ 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 } /*Miscellaneous*/ #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 } p.first_paragraph:first-letter { font-size: 5.4em; line-height: 1 } hr.thoughtbreak { display: none } .first_paragraph, .post_thoughtbreak { margin-top: 2em; text-indent: 0 } .first_word { text-transform: uppercase } p.post_thoughtbreak:first-letter { font-size: 3.4em; line-height: 1 } /*Anchors*/ a:link { text-decoration: none } a:visited { text-decoration: none } a:hover { color: #A8480E; background-color: inherit } /**/