/* CSS Document */

.link{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color:#000000;
	text-decoration: none;
}
.link:hover{
	font-family: Arial;
	font-weight: bold;
	color:#FF0000;
	font-size: 10pt;
	text-decoration: none;
}
.resultado{
	font-family: Arial;
	font-size: 10pt;
	color:#000000;
	text-decoration: none;
	font-weight:bold;
}
.resultado:hover{
	font-family: Arial;
	color:#FF0000;
	font-size: 10pt;
	text-decoration: none;
	font-weight:bold;
}