@charset "utf-8";
/* CSS Document */

.linkBranco{
	text-decoration: none;
	color: #ffffff;
	align-content: center;
	align-items: center;
}

.linkPreto{
	text-decoration: none;
	color: #333333;
	align-content: center;
	align-items: center;
}

.linkAzul{
	font-weight: normal;
	color: rgba(8,81,123,1.00) !important;
  cursor: hand;
  text-decoration: none;
}

.linkAzul:hover{
	font-weight: normal;
	color: rgba(155,0,2,1.00) !important;
  cursor: hand;
  text-decoration: none !important;
}