.testo {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

a.testo:hover {
	color: #ff0000;
	text-decoration: none;
}

.testo_piccolo {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	
}

a.testo_piccolo:hover {
	font-size: 12px;
	color: #f00000;
	text-decoration: underline;
}

.testo_el {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	
}

a.testo_el:hover {
	font-size: 12px;
	color: #B3B3CC;
	text-decoration: none;
}


.titolo {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;

}

.testotit {

	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.bordosup {
	font-family: Verdana;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: lighter;
	font-variant: normal;
	text-transform: uppercase;
	background-color: #666699;


}

