<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
	background-color: white;
	color: #000000;
	text-align: center;
	margin: 0;
	padding: 0;
}
/* CabeÃ§alho */
.header {
	display: none;
}
/* Menu */
.main {
	display: none;
}
/* RodapÃŠ */
.footer {
	display: none;
}
/* Acessbilidade */
.acessibilidade {
	display: none;
}</pre></body></html>