.testo{
	font-size: 12px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.testobianco{
	font-size: 15px;
	color: #0099CC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.titolo{
	font-size: 15px;
	color: #ED1B24;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.titolonero{
	font-size: 18px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.titolobianco{
	font-size: 12px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}


.link a:active {
	color: #0099CC;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}
.link a:link{ 
	color: #0099CC;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}

.link a:visited {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #0099CC;
	font-weight: normal;
}
.link a:hover {
	color: #999999;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: normal;
}