* {
    font-family: Times
    }
p {
    text-indent: 1em;
    margin-top: 0.75em;
    font-size: 14pt;
    text-align: justify;
    margin-bottom: 0.75em
    }
p.drop {
    text-indent: 0;
    margin-left: 0
    }
p.drop:first-letter {
    font-size: 200%;
    font-weight: bold;
    background: #444;
    color: white
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center
    }
hr {
    width: 33%
    }