
a:link {
	color: #339900;
	text-decoration: none;
}


a:visited {
	color: #339900;
	text-decoration: none;
}


a:hover {
	color: #339900;
	text-decoration: underline;
	font-weight: bold;
}


a:active {
	color: #339900;
	text-decoration: none;
}

.contador {
	color: #000000;
	background-color: #FE9936;
	font-weight: bold;
	font-size: 16px;
}


