/**/
body {
    margin-left: 10%;
    margin-right: 10%
    }
h1, h2 {
    text-align: center;
    /* all headings centered */
    clear: both
    }
p {
    margin-top: 0.51em;
    text-align: justify;
    margin-bottom: 0.49em
    }
.ph {
    margin-top: -0.5em
    }
.p2 {
    margin-top: 2em
    }
.p4 {
    margin-top: 4em
    }
.p6 {
    margin-top: 6em
    }
.right {
    text-align: right
    }
.xs {
    font-size: x-small
    }
.sm {
    font-size: small
    }
.lg {
    font-size: large
    }
.xl {
    font-size: x-large
    }
.quote {
    margin-left: 10%;
    margin-right: 10%
    }
img.drop-cap {
    margin: 0 0.5em 0 0
    }
p.drop-cap:first-letter {
    color: transparent;
    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
        }
    }
div.chapter {
    page-break-before: always
    }
hr.chap {
    width: 65%
    }
.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
    }
.font {
    font-family: "Old English Text MT", fantasy, serif;
    font-size: 100%
    }
/* Transcriber's notes */
.transnote {
    background-color: #E6E6FA;
    color: black;
    font-size: smaller;
    padding: 0.5em;
    margin-bottom: 5em;
    font-family: sans-serif, serif
    }
/**/