/* -------------- General Styles -------------- */ body { margin-right: 10%; margin-left: 10%; text-align: justify; font-family: serif; } p { line-height: 1em; margin-top: 0.5em; margin-bottom: 1em; } p.pagebreak { text-indent: 0em; page-break-after: always; } h2.chapter-title1 { text-align: center; page-break-after: avoid; margin-top: 1em; /* Revised 24/04/2012 */ margin-bottom: 1em; /* Revised 24/04/2012 */ } .indent {text-indent: 2em;} .nonindent {text-indent: 0;} .center {text-align: center;} .right {text-align: right;} .left {text-align: left;} .section {margin-top: 3em;} .break { page-break-after: always;} .small { font-size: 0.7em; } span.small {font-size: 0.8em;} /* -------------- Headings -------------- */ h1 { text-align: center; font-size: x-large; margin-bottom: 0em; margin-top: 3em; font-weight: bold; } h2 { text-align: center; margin-top: 1em; margin-bottom: 2em; font-weight: bold; } /* -------------- Chapters -------------- */ div.chapter { display: block; text-align: justify; }