@media print {
    .pagenum {
        display: none
        }
    }
@media all {
    .pagenum {
        display: none
        }
    }
body {
    margin: auto;
    text-align: justify
    }
.pagenum {
    font-size: 0.8em;
    color: red
    }
.capa {
    text-align: center;
    border: solid 1px #000
    }
hr {
    border: none;
    border-bottom: solid 2px #000
    }
h2, h3, h4, h5 {
    margin-top: 2em;
    text-align: center
    }
h1 {
    text-align: center;
    margin-top: 2em;
    margin-bottom: 2em
    }
p {
    text-indent: 1em
    }
.small-caps {
    font-variant: small-caps
    }
a {
    text-decoration: none;
    font-size: 70%
    }
.direita {
    text-align: right
    }
.centrado {
    text-align: center
    }
.citacao {
    margin-left: 40%;
    margin-right: 5%;
    font-size: 0.8em;
    text-align: left
    }
.poesia {
    margin: 2em;
    text-align: left
    }
.rodape {
    font-size: 0.8em;
    margin: 2em
    }
.dotted {
    border: 0;
    border-bottom: dotted 2px #000
    }
.corpo {
    text-indent: 1em
    }