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

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
	padding:0;
	background-color:#CBCBA9;
}

#principal
{
	width:1000px;
	height:780px;
	position:relative;
	left:50%;
	margin-left:-500px;
}

#rodape
{
	width:100%;
	height:100px;
	background-image:url(../img/fundo_rodape.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
	color:#878651;
}

a:link
{
	color:#878651;
	text-decoration:none;
}

a:visited
{
	color:#878651;
	text-decoration:none;
}

a:hover
{
	color:#878651;
	text-decoration:underline;
}
</pre></body></html>