/**/ body { margin-left: 10%; margin-right: 10% } h1, h2, h3, h4, h5, h6 { text-align: center; /* all headings centered */ clear: both } p { margin-top: 0.51em; text-align: justify; margin-bottom: 0.49em } hr { width: 33%; margin-top: 2em; margin-bottom: 2em; margin-left: 33.5%; margin-right: 33.5%; clear: both } hr.chap { width: 65%; margin-left: 17.5%; margin-right: 17.5% } table { margin-left: auto; margin-right: auto } .pagenum { /* uncomment the next line for invisible page numbers */ /* visibility: hidden; */ font-size: smaller; text-align: right } /* page numbers */ .center { text-align: center } .right { text-align: right } .smcap { font-variant: small-caps } /* Images */ .figcenter { margin: auto; text-align: center } /* Poetry */ .poem { margin-left: 10%; margin-right: 10%; text-align: left } /* Transcriber's notes */ .transnote { background-color: #E6E6FA; color: black; font-size: smaller; padding: 0.5em; margin-bottom: 5em; font-family: sans-serif, serif } /********** CSS taken from HTML best practices ***********/ h1 { text-align: center; font-size: x-large; font-weight: bold; line-height: 1.6 } h1 small { font-size: small } h2 { text-align: center; font-weight: bold; line-height: 1.5 } .spaced { line-height: 1.5 } .space-above { margin-top: 3em } #half-title { text-align: center; font-size: large } @media all { /* was @media handheld */ #half-title { page-break-before: always; page-break-after: always; margin: 0; padding-top: 6em } } /********** CSS taken from HTML best practices ***********/ /**/