A,A:link {
	color:orange;
	font-family: Verdana;
	text-decoration: none;
}

A:hover {
	color: orange;
	font-family: Verdana;
	text-decoration: none;
}

.Normal {
	cursor: hand;
	color: #ffffff;
	font-family: Verdana;
	font-size: 10;
	font-style: normal;
	
}
.Resaltado {
	cursor: hand;
	color: red;
	font-family: Verdana;
	font-size: 10;
	font-style: normal;

}

