@media print {
    .pagenum {
        visibility: hidden
        }
    }
@media all {
    .pagenum {
        visibility: hidden
        }
    }
body {
    margin: auto
    }
a {
    text-decoration: none;
    color: #000
    }
#capa {
    text-align: center;
    border: solid 1px #000;
    padding: 1em
    }
h1, h2 {
    text-align: center;
    margin-top: 2em
    }
#corpo p {
    text-align: justify;
    text-indent: 1em
    }
.rodape {
    margin: 1.5em;
    padding: 0.5em;
    font-size: 0.8em;
    border: dotted 1px #ccc
    }
hr {
    border: 0;
    border-bottom: solid 1px #000
    }
sup {
    font-weight: normal
    }
h1 sup {
    font-size: 40%
    }