body {
    text-align: justify
    }
.capa {
    text-align: center;
    border: solid 1px #000
    }
hr {
    border: none;
    border-bottom: solid 2px #000;
    text-align: center
    }
a {
    text-decoration: none
    }
sup {
    font-size: 0.8em
    }
h2, h3, h4 {
    text-align: center
    }
h1 {
    text-align: center;
    margin-top: 2em;
    margin-bottom: 2em
    }
.small-caps {
    font-variant: small-caps
    }
.direita {
    text-align: right
    }
.centrado {
    text-align: center
    }
.poesia {
    margin: 2em;
    text-align: left
    }
.rodape {
    border: dotted 2px #9c9c9c;
    font-size: 0.8em;
    padding: 1em;
    margin: 1em
    }
blockquote {
    font-size: 0.8em
    }
#corpo p {
    line-height: 1.5em;
    text-indent: 1em
    }
.citacao {
    font-size: 0.8em;
    margin-left: 40%;
    margin-right: 2%
    }
.dotted {
    border: 0;
    border-bottom: dotted 2px #000
    }