/* CSS Document */
<!--
body {
	margin-top: 0px;
}
.titulo_itens {font-size: 21px}
.titulo_reportagens {
	font-size: 16px;
	font-weight:bold;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #770077;
}
a:link {
	color: #770077;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #770077;
}
a:hover {
	text-decoration: underline;
	color: #8A008A;
}
a:active {
	text-decoration: none;
	color: #770077;
}

-->
