<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{font-family: 'Open Sans', sans-serif;}

table{
border-collapse: collapse;
margin:auto;
}

table, th, td {
border: 1px solid black;
font-size:15px;
}

td{
text-align:left;
height:30px;
}

tr:hover{
background:#adf4b3;
}

th{
color: white;
background:#41ad49;
height:40px;

}

h1{
background: #007a47;
color:white;
margin-bottom:0;
text-align: center;
font-family: oswald_bold;
}

#h1_2{
background: #007a47;
color:white;
margin-bottom:0;
text-align: center;
font-family: oswald_bold;
height:60px;
line-height:65px;
}

h2{
margin-top:0;
background: #007a47;
color:white;
text-align: center;
font-family: oswald_bold;
margin-top:0;
margin-bottom:30px
}

#fonte{
font-size:12px;
color:grey;
margin-left:10px;
}

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