A:link {
	color: #000000; 
	text-decoration: none;
}

A:visited {
	color: #000000; 
	text-decoration: none;
}

A:hover {
	color: #FF0000; 
	text-decoration: underline;
}

A.blu:link {
	color: #0000FF; 
	text-decoration: underline;
}

A.blu:visited {
	color: #0000FF; 
	text-decoration: underline;
}

A.blu:hover {
	color: #0000FF; 
	text-decoration: underline;
}

.testo {font-family: tahoma; font-size: 28px; color: #000000;}

.testo_piccolo {font-family: tahoma; font-size: 18px; color: #000000;}

.testo_piccolissimo {font-family: tahoma; font-size: 12px; color: #000000;}

.titolo {font-family: tahoma; font-size: 18px; color: #000000; font-weight: bold;}

.titolo_grande {font-family: tahoma; font-size: 24px; color: #000000; font-weight: bold;}

.bottone {font-family: tahoma; font-size: 10px; color: #000000; font-weight: bold;}

.intestazione_tabella {
	font-family: tahoma;
	font-size: 10pt;
	color: #000000;
	background-color: #c1d5ec;
}

.intestazioneSMALL_tabella {
	font-family: tahoma;
	font-size: 8pt;
	color: #000000;
	background-color: #c1d5ec;
}

.record_pari_tabella {
	font-family: tahoma;
	font-size: 8pt;
	color: #000000;
	background-color: #f1f1f1;
}

.record_dispari_tabella {
	font-family: tahoma;
	font-size: 8pt;
	color: #000000;
	background-color: #e8e6e6;
}

.record_evid_tabella {
	font-family: tahoma;
	font-size: 8pt;
	color: #000000;
	background-color: #facb99;
}

.steptabB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #70b0f0;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #99ccff;
}