.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.rodape {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size: 10px;
	color: #FFFFFF;
}
.rodape a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.rodape a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.rodape a:hover {
	text-decoration: underline;
}
.rodape a:active {
	text-decoration: none;
	color: #666666;
}
.texto a:link {
    color: #000000;
	text-decoration:none;
}
.texto a:visited {
    color: #666666 
	text-decoration:none;
}
.texto a:hover {
    text-decoration:underline;
}
.texto a:active {
    color:#666666;
	text-decoration:none;
}