a:link {color: #FFCC00; text-decoration: underline; }

.basso {
	color: #CCCCCC;
	font-size: 10px;
}

.sfondotesta {
	
	background-image: url(testata.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.sfondotesta_en {
	
	background-image: url(testata_en.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.caratteretitoletto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFF00;
}
.caratteresottotitoletto {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC00;
}
.testonascosto {
	font-size: 9px;
	color: #FFFFAA;
}
.sfondocentr {
	background-image: url(sfondo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.box {
	margin: 60px;
	padding: 40px 60px;
	border: thin dotted #CCCCCC;
}
.foto {
	border: thin solid #FF9900;
}

body {
	background-color: #FFFFAA;
}