<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1 {
    font-family: 'IM Fell English SC', serif;
    font-weight: normal;
    font-size: 48px;
    line-height: 48px;
    margin: 12px auto 0 auto;
    text-align: center;
}

h2 {
    font-family: 'IM Fell English SC', serif;
    font-weight: normal;
    font-size: 36px;
    line-height: 36px;
    margin: 12px auto 0 auto;
    text-align: center;
}

h3 {
    font-family: 'IM Fell English SC', serif;
    font-weight: normal;
    font-size: 36px;
    line-height: 36px;
    margin: 36px 0 12px 0;
}

#content {
    margin: 24px auto;
    display: block;
    padding: 2px;
}

@media only screen and (min-width: 768px) {
    #content {
        width: 800px;
    }
}

@media only screen and (max-width: 768px) {
    #content {
        width: 100%;
    }
}


#menu {
    display: block;
    margin: 12px auto;
    border: 1px solid #f0f0f5;
    padding: 12px;
    text-align: center;
    background-color: #f0f0f5;
    border-radius: 12px;
    line-height: 36px;
}

.item {
    padding: 2px 12px;
}

a {
    color: royalblue;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.atual {
    color: black;
    font-weight: bolder;
}

body {
    font-family: Oxygen-Sans, Sans;
    font-size: 18px;
    line-height: 26px;
    border-width: 0 0 40px 0;
    border-style: solid;
    border-color: #f0f0f5;
    margin: 0px;
}

em {
    font-style: normal;
    font-weight: 900;
    color: goldenrod;
}

ul, ol {
    padding: 0 0 0 16px;
}

#interesse {
    display: block;
    margin: 12px auto;
    border: 2px solid goldenrod;
    padding: 0px 12px;
    border-radius: 12px;
}
</pre></body></html>