.text_net {
	text-decoration : none;
	color : Gray;
}

.text_net:hover {
	text-decoration : underline;
	color : Gray;
}
.rodape {
	text-decoration : none;
	color : Black;
}

.rodape:hover {
	text-decoration : none;
	color : #AAAAAA;
}