<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	background-image: url(img/fundo.gif);
	background-position: 0 50px;
	background-repeat: repeat-x;
	background-color: #e3e3e3;
	scrollbar-face-color: #cfcfcf;
	scrollbar-shadow-color: #cfcfcf;
	scrollbar-arrow-color: #000;
	scrollbar-highlight-color: #fff;
	scrollbar-base-color: #cfcfcf;
	color: #000;
}
*{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a {
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
img{
	border: 0;
}
.topo{
	background: url(img/topo.gif) no-repeat 0 0;
	width: 580px;
	height: 82px;
	position: absolute;
	left: 0;
	top: 50px;
	z-index: 1;
}
.menutopo{
	position: absolute;
	left: 200px;
	top: 80px;
	z-index: 2;
}
.menutopo a{
	color: #fff;
	margin-right: 4px;
	padding-left: 5px;
	background-image: url(img/menutopo.gif);
	background-repeat: no-repeat;
}
.blogtopo{
	background: url(img/topo_roberto_carlos.gif) no-repeat;
	width: 656px;
	height: 99px;
	position: absolute;
	left: 4px;
	top: 104px;
	z-index: 1;
}
</pre></body></html>