.testo {
	font-family: Tahoma, Arial, "Times New Roman";
	width: 300px;
	font-size: 80%;
	margin: 10px;
}
li {
	margin: 10px 10px 10px -10px;
}
.titolo {
	font-family: Tahoma, Arial, "Times New Roman";
	font-size: 120%;
	color: #000099;
	font-weight: bold;
}
.titolo-princ {
	font-family: Tahoma, Arial, "Times New Roman";
	font-size: 120%;
	color: #000099;
	font-weight: bold;
	text-indent: 10px;
}
.trafiletto {
	font-family: Tahoma, Arial, "Times New Roman";
	font-size: 80%;
	line-height: 120%;
	text-align: justify;
	margin: 5px;
}
.sfondo {
	background-image: url(immagini/sfondo-1.jpg);
	background-repeat: repeat-x;
}
.elenco {
	font-family: Tahoma, Arial, "Times New Roman";
	font-size: 80%;
	margin: 5px;
	line-height: 150%;
	font-weight: bold;
	color: #999999;
	list-style-type: none;
}
a:link {
	text-decoration: none;
	color: #336633;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}

