body {
    margin-left: 10%;
    margin-right: 10%
    }
.pagenum {
    text-indent: 0;
    font-size: smaller;
    text-align: right;
    color: silver
    }
a {
    text-decoration: none
    }
h1, h2 {
    text-align: center;
    margin-top: 3em
    }
h3, h4 {
    text-align: center
    }
#capa {
    text-align: center;
    border: solid 1px #000
    }
#corpo p {
    text-align: justify;
    text-indent: 1em
    }
#corpo p.centrado {
    text-align: center;
    text-indent: 0
    }
.direita {
    vertical-align: bottom
    }
hr {
    border: 0;
    border-bottom: dotted 2px #000
    }
#notas_rodape {
    margin: 1.5em;
    padding: 0.5em;
    font-size: 0.8em;
    border: dotted 1px #ccc
    }