/* CSS Document */


.centro {
	font-family: Courier New, Courier, mono;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
}

.centro a:link {
    color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
.centro a:visited {
	text-decoration: line-through;
	color: #000000;
	font-weight: bold;
}
.centro a:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
.centro a:active {
	text-decoration: none;
}

