@media print {
    .pagenum {
        visibility: hidden
        }
    }
@media all {
    .pagenum {
        visibility: hidden
        }
    }
body {
    margin-left: 10%;
    margin-right: 10%
    }
.pagenum {
    text-indent: 0;
    font-size: smaller;
    text-align: right;
    color: silver
    }
.pagenum a {
    color: silver
    }
#corpo p {
    text-align: justify;
    text-indent: 1em
    }
h1, h2, h3, h4 {
    text-align: center
    }
h1 {
    margin-top: 3em;
    margin-bottom: 3em
    }
h2 {
    margin-top: 2em
    }
a {
    text-decoration: none;
    color: #000
    }
sup {
    font-size: 0.8em
    }
.small-caps {
    font-variant: small-caps
    }
.footnote {
    margin: 1.5em;
    padding: 0.5em;
    font-size: 0.8em;
    border: dotted 1px #ccc
    }
.capa {
    text-align: center;
    border: solid 1px #000
    }
.centrado {
    text-align: center
    }
hr {
    border: 0;
    border-bottom: solid 1px #000
    }
#corpo .centrado {
    text-align: center;
    text-indent: 0
    }
#corpo .direita {
    text-align: right;
    text-indent: 0
    }
#corpo h1 {
    text-indent: 0
    }
#corpo h2 {
    text-indent: 0
    }
.poesia {
    margin-bottom: 2em;
    margin-left: 5%
    }
hr {
    border: 0;
    border-bottom: solid 1px #000
    }
#lista_coleccao {
    font-size: 0.8em;
    text-align: left
    }