@charset "utf-8";

.linksCursosAbertos a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	color: #292929;
}
.linksCursosAbertos a:link {
	text-decoration: none;
}
.linksCursosAbertos a:visited {
	text-decoration: none;
	color: #292929;
}
.linksCursosAbertos a:hover {
	text-decoration: underline;
	color: #8F0012;
}
.linksCursosAbertos a:active {
	text-decoration: none;
	color: #292929;
}