.tabelle{
	position : absolute;
	visibility: visible;
	z-index : 1;
}

.contenuto {
	position : absolute;
	visibility: visible;
	z-index : 2;
	margin-left : 220px;
	margin-top : 120px;
}
.titolo {
	font-family : "Times New Roman", Times, serif;
	font-size : 20px;
	font-weight : bold;
	color : #0000CC;
}
.sottotitolo {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	color : #000000;
	line-height : 25px;
	color : #0000CC;
}
.testo {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	color : #000000;
	line-height : 25px;
}
.didascalie {
	font-family : "Times New Roman", Times, serif;
	font-size : 16px;
	color : #000000;
	line-height : 22px;
	font-style : italic;
	font-weight : bold;
}

.A {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	color : #000000;
	list-style : upper-alpha;
}
.B {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	color : #000000;
	list-style : lower-alpha;
}
.C {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	color : #000000;
	list-style : decimal;
}
.freccia{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	color : #000000;
	margin-left : 15px;
	list-style-image : url(img/freccia.gif);
}

.linkaccesso {
	position : absolute;
	visibility: visible;
	z-index : 2;
	margin-left : 220px;
	margin-top : 1px;
}
