body {
    margin-left: 10%;
    margin-right: 10%
    }
.pn {
    text-indent: 0;
    font-size: smaller;
    text-align: right;
    color: silver
    }
h1, h2, h3 {
    text-align: center;
    margin-top: 3em;
    margin-bottom: 2em
    }
#corpo p {
    text-align: justify;
    text-indent: 1em
    }
#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 #000
    }
a {
    text-decoration: none
    }
blockquote {
    margin-left: 20%;
    font-size: 0.9em
    }
.rodape {
    font-size: 0.8em;
    margin: 2em
    }
.fbox {
    border: solid black 1px;
    background-color: #FFC;
    font-size: 75%;
    margin-left: 10%;
    margin-right: 10%
    }