/**/
body {
    margin-left: 10%;
    margin-right: 10%
    }
h1, h2, h3, h4 {
    text-align: center;
    /* all headings centered */
    clear: both
    }
p {
    margin-top: 0.75em;
    text-align: justify;
    margin-bottom: 0.75em
    }
table {
    margin-left: auto;
    margin-right: auto
    }
.center {
    text-align: center
    }
.smcap {
    font-variant: small-caps
    }
.pagenum {
    /* uncomment the next line for invisible page numbers */
    /*  visibility: hidden;  */
    font-size: smaller;
    text-align: right
    }
/* page numbers */
.center {
    text-align: center
    }
.smcap {
    font-variant: small-caps
    }
/* Images */
.figcenter {
    margin: auto;
    text-align: center
    }
/* Transcriber's notes */
.transnote {
    background-color: #FFFDAD;
    color: black;
    font-size: smaller;
    padding: 0.5em;
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 2em;
    margin-top: 2em;
    font-family: sans-serif, serif
    }
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
    }
/**/