.sfondo {
	background-attachment: fixed;
	background-image: url(immagini/spartito.jpg);
	background-repeat: repeat-y;
	background-position: center;
	border-right-width: medium;
	border-right-style: dotted;
	border-right-color: #333;
	border-left-width: medium;
	border-left-style: dotted;
	border-left-color: #333;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #333;

}
.header {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	border-width: medium;
	border-style: dotted;
	border-color: #333;
	background-color: #FF6633;

}
.testa {
	font-family: "Comic Sans MS";
	font-size: 50px;
	font-style: italic;
	font-weight: bold;
	color: #F63;
	text-align: center;
	padding-top: 10px;
	letter-spacing: 4px;
}
.titolo {
	font-family: "Comic Sans MS";
	font-size: 30px;
	font-weight: bold;
	color: #F63;
	text-align: center;
	padding: 10px;
	text-transform: uppercase;
}
.titolino {
	font-family: "Comic Sans MS";
	font-size: 18px;
	font-weight: bold;
	color: #336;
	text-align: center;
	padding: 5px;
}
.colonna {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	padding-top: 70px;
	border-right-width: medium;
	border-right-style: dotted;
	border-right-color: #333;
}
.colonnina {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 26px;
	color: #336;
	text-align: justify;
	padding: 10px;
	vertical-align: top;
	font-weight: bold;
	border-top-width: medium;
	border-top-style: dotted;
	border-top-color: #333;
}
.testo {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 26px;
	color: #336;
	text-align: justify;
	padding: 10px;
	vertical-align: top;
	font-weight: bold;
	border-top-width: medium;
	border-top-style: dotted;
	border-top-color: #333;
	border-right-width: medium;
	border-right-style: dotted;
	border-right-color: #333;
}
a:link {
	color: #336;
}
a:hover {
	color: #F63;
}
a:visited {
	color: #336;
}
.fallback {
	font-size: 8px;
	color: #F63;
	line-height: 10px;
	font-weight: normal;
}

