@charset "utf-8";

.opcoesMenu a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: 850112;
}
.opcoesMenu a:link {
	text-decoration: none;
}
.opcoesMenu a:visited {
	text-decoration: none;
	color: 850112;
}
.opcoesMenu a:hover {
	text-decoration: underline;
	color: #333;
	font-size: 14px;
}
.opcoesMenu a:active {
	text-decoration: none;
	color: 850112;
}