body {
    margin-left: 10%;
    margin-right: 10%
    }
.pn {
    text-indent: 0;
    font-size: smaller;
    text-align: right;
    color: gray
    }
#corpo p {
    text-align: justify;
    text-indent: 1em
    }
h1 {
    text-align: center;
    margin-top: 4em;
    margin-bottom: 4em;
    font-size: 4em
    }
h2 {
    text-align: center;
    margin-top: 3em;
    margin-bottom: 2em;
    font-size: 2em
    }
.rodape {
    font-size: 0.8em;
    margin: 2em
    }
#corpo p.direita {
    text-align: right
    }
hr {
    border: 0;
    border-bottom: solid 2px #000
    }
blockquote {
    font-size: 0.9em
    }
p.cap:first-letter {
    margin-right: 0.05em;
    padding-top: 0.05em;
    font-size: 300%;
    line-height: 0.8em
    }
.dcap {
    text-transform: uppercase
    }
b, strong {
    font-size: 1.2em
    }
p.verbete {
    margin-top: 2.5em
    }