body {
    margin-left: 10%;
    margin-right: 10%;
    font-family: sans-serif
    }
.pn {
    text-indent: 0;
    font-size: smaller;
    text-align: right;
    color: silver
    }
#corpo p {
    text-align: justify;
    text-indent: 1em;
    margin-top: 0.2em;
    margin-bottom: 0.2em
    }
h1, h2 {
    text-align: center;
    margin-top: 8em;
    margin-bottom: 8em
    }
h3, h4 {
    text-align: center;
    margin-top: 3em;
    margin-bottom: 2em
    }
#corpo p.centrado {
    text-align: center;
    text-indent: 0
    }
hr.dotted {
    border: 0;
    border-bottom: dotted 2px #000
    }
hr {
    border: 0;
    border-bottom: solid 2px
    }
.rodape {
    font-size: 0.8em;
    margin: 2em
    }