.Pagina{
	margin: 0; 
	background: url(../Immagini/DSCN2759.JPG);
/*	background: url(immagini/Cloudy.gif) repeat;*/
}

.Testata{
	text-align: center;
	font: normal 36px "Trebuchet MS", "Arial";
	line-height: 40px;
	color: Black;
}

.Clk{
	text-align: center;
	font: normal 12px "Trebuchet MS", "Arial Narrow";
	line-height: 12px;
	color: Black;
}

.Testo{
	font: normal 14px/16px "Trebuchet MS", "Arial Narrow";
	color: Black;
	vertical-align: center;
	text-align: justify;
	line-height: 18px;
}

.TestoCentrato{
	font: normal 14px/16px "Trebuchet MS", "Arial Narrow";
	color: Black;
	text-align: center;
	line-height: 18px;
}

.Sottotitolo{
	font: normal 12px/12px "Trebuchet MS", "Arial Narrow";
	color: Black;
	vertical-align: center;
	text-align: center;
	line-height: 15px
}

.Titolo{
	font: normal 16px/16px "Trebuchet MS", "Arial Narrow";
	color: Blue;
	vertical-align: center;
	text-align: center;
	line-height: 20px
}

.Cornice{
	border: 5px groove Silver;
	margin: 5px;
}

a{
	text-decoration: none;
	cursor: hand;
}