/**/ 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: auto; margin-right: auto; clear: both } hr.chap { width: 65% } .center { text-align: center } .right { text-align: right } .smcap { font-variant: small-caps } /* Images */ .figcenter { margin: auto; text-align: center } /* 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 } } /** For decorative capitals **/ @media screen, print { img.drop-cap { float: left; margin: 0 0.5em 0 0 } p.drop-cap:first-letter { visibility: hidden; margin-left: -0.9em } } @media all { /* was @media handheld */ img.drop-cap { display: none } p.drop-cap:first-letter { color: inherit; visibility: visible; margin-left: 0 } } /********** CSS taken from HTML best practices ***********/ h1.pg { font-size: 190%; line-height: 1 } hr.full { width: 100%; margin-top: 3em; margin-bottom: 0; margin-left: auto; margin-right: auto; border-width: 4px 0 0 0; /* remove all borders except the top one */ border-style: solid; border-color: #000; clear: both } /**/