/*FORMATAÇÕES PADROES*/
body {
	background: #FFF url(/img/bg_rss.jpg) repeat-x left top;
	font: normal 0.83em Arial, Verdana, 'Trebuchet MS',  serif;
	color: #000;
	line-height: 1;
}

#geral {
	width: 998px;
	margin: 0px auto;
}

.quebrar {
	clear: both;
}

.esconder {
	display: none;
}

a:hover {
	text-decoration: underline;
}