A.indice1 {
	width = "100%";
	color: red;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	font-size : 24px;
	font-family : Arial, Helvetica, sans-serif;
}
A.indice1:hover {
	width = "100%";
	color: white;
	FONT-WEIGHT: bold;
	text-decoration: none;
}
A.indice1:active {
	width = "100%";
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	}
	
	A.indice2 {
	width = "100%";
	color: red;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	font-size : 18px;
	font-family : Arial, Helvetica, sans-serif;
}
A.indice2:hover {
	width = "100%";
	color: white;
	FONT-WEIGHT: bold;
	text-decoration: none;
}
A.indice2:active {
	width = "100%";
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	}
	
		A.indice3 {
	width = "100%";
	color: white;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
}
A.indice3:hover {
	width = "100%";
	color: red;
	FONT-WEIGHT: bold;
	text-decoration: none;
}
A.indice3:active {
	width = "100%";
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	}
	
A.indice4 {
	width = "100%";
	color: white;
	FONT-WEIGHT: normal;
	TEXT-DECORATION: none;
	font-size : 22px;
	font-family : Arial, Helvetica, sans-serif;
}