.texto_preto {
    font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	color : #000000;
}



a {
    font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	color : #000000;
	text-decoration: none;
}
a:hover {
	color : #333333;
	text-decoration: underline;
}

a.ver_mais_destaques {
    font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	color : #7B2D2D;
	text-decoration: none;
}
a.ver_mais_destaques:hover {
	color : #333333;
	text-decoration: underline;
}