@media print {
    .pn {
        display: none
        }
    }
@media all {
    .pn {
        display: none
        }
    }
body {
    margin-left: 10%;
    margin-right: 10%
    }
.pn {
    text-indent: 0;
    text-decoration: none;
    font-size: 7pt;
    text-align: right;
    color: silver
    }
#corpo p {
    text-align: justify;
    text-indent: 1.5em
    }
h1 {
    text-align: left;
    margin-top: 4em;
    margin-bottom: 2em;
    text-decoration: underline;
    margin-left: 1em
    }
h3 small {
    font-weight: normal
    }
#corpo p.ni {
    text-indent: 0
    }
#corpo p.centrado {
    text-indent: 0;
    text-align: center
    }
#corpo blockquote p {
    text-indent: 0
    }
#corpo p.assin {
    text-indent: 0;
    text-align: right;
    margin-right: 2em
    }
p.centrado {
    text-indent: 0;
    text-align: center
    }
hr.dotted {
    border: 0;
    border-bottom: dotted 2px #000
    }
hr {
    border: 0;
    border-bottom: solid 2px #000
    }
blockquote {
    margin-left: 20%;
    font-size: small
    }
.ilustracao {
    text-indent: 0;
    text-align: center;
    font-size: small
    }
#corpo p.ilustracao {
    text-indent: 0;
    text-align: center;
    font-size: small
    }
a {
    text-decoration: none
    }
.rodape {
    font-size: small;
    color: gray;
    margin-left: 2em;
    margin-right: 2em
    }
#corpo.rodape p {
    text-indent: 0
    }