<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==========================================================================
   Estilos Principais
   ========================================================================== */
   body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 62.5% ;
}
table{
    margin: 0 auto;
    text-align: center;
}
table th {
    font-size: 14px;
}
table td {
    font-size: 14px;
}
.wrap{
    margin: 0 auto;
    width: 660px;
    color: #444;
}
h1 {
    font-size: 3.2em;
}
h2 {
    font-size: 2.4em;
}
h3 {
    font-size: 1.8em;
    margin-top: 2em;
}
h1 a {
    text-decoration: none;
    color: #057ac5;
}
p {
    font-size: 1.6em;
}
a {
    color: #057ac5;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
figure img {
    margin-bottom: 2em;
}
.header {
    background: #000;
    margin: 0 auto;
    width: 100%;
    padding-top: 2em;
    padding-bottom: 2em;
    position: relative;
    overflow: hidden;
}
.header h1 {
    color: #FFF;
    font-size: 1.6em;
    width: 240px;
    float: left;
    display: block;
    margin: 0;
    padding: 0;
}
.menu ul {
    float: right;
    width: 420px;
    margin: 0;
    padding: 0;
}
.menu li {
    display: inline-block;
    margin-right: 2em;
}
.menu a {
    font-size: 1.4em;
}
.artigo {
    margin-top: 4em;
}
.footer {
    background: #000;
    padding: 1.5em 0 1.5em 0;
    margin-top: 4em;
    width: 100%;
}
.footer small {
    color: #CCC;
    font-size: 1.2em;
    line-height: 1.5em;
    width: 640px;
    margin: 0 auto;
    display: block;
}
.no-print {
    display: block;
}
.print {
    display: none;
}
.legenda {
    display: table;
    text-align: center;
    margin: 0 auto;
    line-height: 0px;
    font-size: 13px;
}
/* ==========================================================================
   Estilos para impressÃ£o
   ========================================================================== */

@media print {
    body {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 62.5% ;
    }
    td{
        font-size: 1.6em;
    }
    .wrap{
        margin: 0 auto;
        width: 660px;
        color: #444;
    }
    h1 {
        font-size: 3.2em;
    }
    h2 {
        font-size: 2.4em;
        margin-top: 2em;
    }
    h3 {
        font-size: 1.8em;
        margin-top: 2em;
    }
    h1 a {
        text-decoration: none;
        color: #057ac5;
    }
    p {
        font-size: 1.6em;
        line-height: 2.1em;
    }
    a {
        color: #057ac5;
        text-decoration: none;
    }
    a:hover {
        text-decoration: underline;
    }
    figure img {
        margin-bottom: 2em;
    }
    .header {
        background: #000;
        margin: 0 auto;
        width: 100%;
        padding-top: 2em;
        padding-bottom: 2em;
        position: relative;
        overflow: hidden;
    }
    .header h1 {
        color: #FFF;
        font-size: 1.6em;
        width: 240px;
        float: left;
        display: block;
        margin: 0;
        padding: 0;
    }
    .menu ul {
        float: right;
        width: 420px;
        margin: 0;
        padding: 0;
    }
    .menu li {
        display: inline-block;
        margin-right: 2em;
    }
    .menu a {
        font-size: 1.4em;
    }
    .artigo {
        margin-top: 4em;
    }
    .footer {
        background: #000;
        padding: 1.5em 0 1.5em 0;
        margin-top: 4em;
        width: 100%;
    }
    .footer small {
        color: #000;
        font-size: 1.2em;
        line-height: 1.5em;
        width: 640px;
        margin: 0 auto;
        display: block;
    }
    .no-print {
        display: block;
    }
    .print {
        display: none;
    }
    .legenda {
        display: table;
        text-align: center;
        margin: 0 auto;
        line-height: 0px;
        font-size: 13px;
    }
}</pre></body></html>