.immagine_sfondo {
	background-image: url(pagine.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-attachment: fixed;
	             
}
.piccolo {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #CDCDCD;
}

.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CDCDCD;
}

.testo2 {
	font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #CDCDCD;
}
.testo3 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #CDCDCD;
}
.titolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CDCDCD;
	font-weight: bold;
}
.link_compagnia{
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #CDCDCD;
	font-weight : bold;
	text-decoration: none;
	vertical-align: middle;

}
.link_compagnia:hover{
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00CCFF;
	font-weight: bold;
} 
.bordino_grigio {
	border: 1px solid #CCCCCC;
}
.link_piccolo {
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CDCDCD;
	font-weight: bold;
} 
.link_piccolo:hover {
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00CCFF;
	font-weight: bold;
} 

