a.grande {
	font-family: Verdana;
	font-size: 10pt;
	color: White;
	text-decoration: none;
	font-weight: bolder;
}

a.grande:hover {
	font-family: Verdana;
	font-size: 10pt;
	color: Navy;
	text-decoration: underline;
	font-weight: bolder;
}

a.amarillo {
	font-family: Verdana;
	font-size: 8pt;
	color: #EEE8AA;
	text-decoration: none;
	font-weight: bolder;
	}
a.amarillo:hover {
	font-family: Verdana;
	font-size: 8pt;
	color: Navy;
	text-decoration: underline;
	font-weight: bolder;
}

a {
	font-family: Verdana;
	font-size: 8pt;
	color: White;
	text-decoration: none;
	font-weight: bolder;
	}
a:hover {
	font-family: Verdana;
	font-size: 8pt;
	color: Navy;
	text-decoration: underline;
	font-weight: bolder;
}

a.pie {
	font-family: Verdana;
	font-size: 7pt;
	color: #C1E2EA;
	text-decoration: none;
	font-weight: normal;
}

a.pie:hover {
	font-family: Verdana;
	font-size: 7pt;
	color: #E9E9E9;
	text-decoration: underline;
	font-weight: normal;
}
