/* Style Sheet */ /* This defines styles and classes used in the book */ body { margin-left: 20px; margin-right: 20px; margin-top: 30px; margin-bottom: 30px; text-align: justify; } pre { font-size: x-small; } h1 { text-align: center; } h2 { text-align: center; font-style: italic; font-weight: normal; } h3 { text-align: center; font-size: larger } h4 { text-align: center; font-style: italic; font-weight: normal; font-size: larger } h5 { text-align: left; font-size: medium; margin-top: 30px; margin-bottom: 5px; } h6 { text-align: center;} p { text-indent: 30px; margin-top: 0; margin-bottom: 0;} .center {text-align: center;} .smcap {font-variant: small-caps;} .u {text-decoration: underline;} .bold {font-weight: bold;} .chapter_start {text-indent: 0} .poem { text-align: center; } .poem p { text-indent: 0px; } .poem h3 { page-break-before: always; }