.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3b507e;
}
.texto a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-decoration:none;
	color: #3b507e;
}
.texto a:hover{
	color: #09F;
}

.rodape {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3b507e;
	text-align:center;
}
.rodape a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
	color: #3b507e;
	text-align:center;
}
.rodape a:hover{
	color: #09F;
}