.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;
}

.Testata:hover{
	color: Blue;
}

.Titolo{
	font: normal 20px "Trebuchet MS", "Arial";
	line-height: 24px;
	color: Black;
	text-align: center;
	vertical-align: top;
}

.Testo{
	text-align: justify;
	font: normal 16px "Trebuchet MS", "Arial Narrow";
	line-height: 24px;
	color: White;
}

.TitoloListe{
	font: normal 20px "Trebuchet MS", "Arial";
	line-height: 24px;
	color: Black;
	text-align: center;
	vertical-align: top;
}

.TestoListe{
	text-align: left;
	font: normal 16px "Trebuchet MS", "Arial Narrow";
	line-height: 24px;
	color: White;
}

.TestoListe:hover{
	color: Blue;
}

.AltroListe{
	text-align: left;
	font: normal 16px "Trebuchet MS", "Arial Narrow";
	line-height: 24px;
	color: Blue;
}

.AltroListe:hover{
	color: White;
}

.Cornice{
	border: 5px groove Silver;
	margin: 5px;
}

.CellaNome{
	text-align: center;
	font: normal 16px "Trebuchet MS", "Arial Narrow";
	line-height: 16px;
	color: White;
	border: 2px groove Silver; margin: 5px;
}

.CellaValore{
	text-align: center;
	font: normal 16px "Trebuchet MS", "Arial Narrow";
	line-height: 16px;
	color: White;
	background: Blue;
	border: 2px groove Silver; margin: 5px;
}

.FontNome{
	font: normal 16px "Trebuchet MS", "Arial Narrow";
	line-height: 16px;
	color: White;
}

.FontValore{
	font: normal 16px "Trebuchet MS", "Arial Narrow";
	line-height: 16px;
	color: Black;
}

.Evidenzia{
	color: Lime;
	font-weight: bold;
}

.Link{
	font: normal 16px "Trebuchet MS", "Arial Narrow";
	line-height: 16px;
	color: White;
}

a{
	text-decoration: none;
	cursor: hand;
}

h1{
	text-align: center;
	font: normal 20px "Trebuchet MS", "Arial Narrow";
	line-height: 20px;
}
