.Pagina{
	margin: 0; 
	background: White;
/*	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;
}

.Commento{
	text-align: center;
	font: normal 12px "Trebuchet MS", "Arial Narrow";
	line-height: 12px;
	color: Black;
}

.Indice{
	font: normal 14px "Trebuchet MS", "Arial Narrow";
	line-height: 14px;
	color: Black;
}

.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: Green;
}

.TestoListe:hover{
	color: Blue;
}

.AltroListe{
	text-align: left;
	font: normal 16px "Trebuchet MS", "Arial Narrow";
	line-height: 24px;
	color: Gray;
}

.AltroListe:hover{
	color: Blue;
}

.Date{
	text-align: center;
	vertical-align: top;
	font: normal 16px "Trebuchet MS", "Arial Narrow";
	line-height: 20px;
	color: Black;
}

a{
	text-decoration: none;
	cursor: hand;
}