<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">th{
	text-align:center;
	
}

td{
	text-align:center;
	
}


#menu_lateral {
	float: left;
	width: 13%;
	margin-left: 1%;
}

.conteudo_principal {
	float: left;
	width: 83%;
	margin-left: 3%;
}

iframe {
	height: 100vh;
	border: none;
}

h1 {
	border-bottom: green solid;
	margin-right: 15% !important;
	margin-bottom: 25px !important;
}

p {	font-family: "Georgia", serif;
}

.espaco { 
    	display: block;
    	margin-bottom: 17px;
    }</pre></body></html>