.stylea {
	background-attachment: fixed;
	background-image: url(../immagini/sfondoC.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.unnamed1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-position: top;
	word-spacing: normal;
}
.ombradestra {
	background-attachment: fixed;
	background-image: url(../immagini/ombra_destrapunto.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 3px;
}
.ombrasinistra {
	background-image: url(../immagini/ombra_sinistrapunto.jpg);
	background-repeat: repeat-y;
	background-position: top;
	margin: 0px;
	border: solid #CCCCCC;
	padding: 0px;
}
.ombrasotto {
	background-attachment: fixed;
	background-image: url(../immagini/ombra_sotto.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.style {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666666;
	text-decoration: none;
}
img
{
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
transition: opacity 0.5s ease 0s;
}
img:hover
{
opacity:0.5;
filter:alpha(opacity=50); /* For IE8 and earlier */
}
