table {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333333;
}
.titulo {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #666666;
}
.titulo:hover {
	color: Olive;
	background-color : InactiveBorder;
}
.linkrec {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	height : 25px;
	
}
.linkrec:hover {
	background-color : ADAF7D;
	
}

