/* ebook_style.css, version 1.0 - March 25, 2011 */ body { margin-left: 5%; margin-right: 5%; margin-top: 5%; margin-bottom: 5%; text-align: justify; background-color: #fff; } /* EITHER use these, for centered title page */ .chnum { margin: 2em 0px 0px 0px; font-size: 150%; text-align: center; font-weight: bold; } .chtitle { margin: 1em 0px 2em 0px; font-size: 150%; text-align: center; font-weight: bold; } .author { margin: 2em 0em 6em 0em; font-size: 150%; } .publisher { margin: 0px 0px 0px 0px; text-align: center; font-size: 105%; } .publisher-loc { font-style: italic; margin: 0px 0px 0px 0px; } .title { margin: 0px 0px 0px 0px; font-weight:bold; font-size: 340%; text-align: center; } .title01 { margin: -15px 0px 10px 0px; font-weight:bold; font-size: 340%; text-align: center; } .title2{ margin: 0em 0px 5em 0px; font-weight:bold; font-size: 200%; text-align: center; text-indent: 0px; } .title3{ margin: 5em 0px 50px 0px; font-weight:bold; font-size: 250%; text-align: center; } .title4{ margin: 4em 0px 20px 0px; font-weight:bold; font-size: 150%; text-align: center; } .body-text { text-indent: 0px; margin: 10px 0px 0px 0px; } .indent { text-indent: 20px; margin: 0px 0px 0px 0px; } .indent2 { text-indent: 20px; margin: 0px 0px 0px 0px; font-weight: bold; } .copyright { font-size: 85%; margin: 10px 0px 0px 0px; } .dedication { font-size: 85%; text-align: center; margin: 40px 0px 0px 0px; } a { text-decoration: none; } .img { text-align:center; margin: 0px 0px 0px 0px; } .extra-indent { text-align:center; margin: 0px 0px 0px 0px; } .box { margin: 20px 0px 0px 0px; padding: 0px 5px 5px 5px; border: 1px solid black; text-align: center; }