<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@font-face {
   font-family: UbuntuCondensed-Regular;
   src: url(arquivos_fontes/UbuntuCondensed-Regular.ttf)
}

body {
   background-color: #c20002;
   text-align: justify;
   font-family: UbuntuCondensed-Regular;
}

h1 {
   font-size: 100%;
   text-align: left;
   padding-left: 10%;
}

h2 {
   font-size: 160%;
   text-align: center;
   padding-left: 0%;
}

h3 {
   font-size: 110%;
   text-align: left;
   text-weight: bold;
   margin-bottom: -15px;
   padding-left: 0%;
}

#conteudo {
   background-color: white;
   box-shadow: 5px 5px 10px black;
   padding: 1%;
   margin-top: -1%;
   margin-right: auto;
   margin-left: auto;
   max-width: 90%;
}

#conteudo a:link {
   color: #8a0000;
   text-decoration: none;
}

#conteudo a:hover {
   color: #8a0000;
   text-decoration: underline;
   text-shadow: 2px 2px 2px red;
}
#conteudo a:visited {
   color: #8a0000;
   text-decoration: none;
}

#conteudo ul li a:link {
   color: #8a0000;
   text-decoration: none;
}

#conteudo ul li a:hover {
   color: #8a0000;
   text-decoration: underline;
   text-shadow: 2px 2px 2px red;
}
#conteudo ul li a:visited {
   color: #8a0000;
   text-decoration: none;
}

#conteudo ul{
   text-align: left;
   margin-left: -3%;
   color: black;
}

#conteudo ul li{
   display: block;
   color: black;
   text-align: left;
}

.vermelho {
   color: #8a0000;
}

.topo {
   text-align: center;
   max-width: 100%;
}

.index1 {
   text-align: center;
   max-width: 100%;
}

.index2 {
   text-align: center;
   max-width: 100%;
}

.title {
   background-color: #c20002;
   color: white;
   text-align: center;
   padding: 1%;
   max-width: 100%;
}

.index0 {
   background-color: white;
   color: white;
   text-align: center;
   padding: 1%;
   max-width: 100%;
}

nav {
   background-color: #8a0000;
   margin-top: -1.2%;
   max-width: 70%;
   text-align: center;
   margin-left: auto;
   margin-right: auto;
   font-size: 200%;
}

nav li {
   display: inline-block;
   background-color: #8a0000;
   text-align: center;
   vertical-align: top;
   padding-right: 5%;
}

nav ul li a:link {
   color: white;
   text-decoration: none;
}

nav ul li a:hover {
   color: white;
   text-decoration: underline;
   text-shadow: 2px 2px 2px white;
}
nav ul li a:visited {
   color: white;
   text-decoration: none;
}

footer {
   background-color: #c20002;
   color: white;
   margin-top: 2%;
   padding: 1%;
   text-align: center;
}

footer a:link {
   color: white;
   text-decoration: none;
}

footer a:hover {
   color: white;
   text-decoration: underline;
   text-shadow: 2px 2px 2px white;
}
footer a:visited {
   color: white;
   text-decoration: none;
}

</pre></body></html>