body
{
	font-family: Arial;
	font-size: 10pt;
	background-color: #6794a7;
	text-align: left;
}

#TESTO {
	margin-right: 30px;
	margin-left: 30px;
	text-align: left;	
}

A:link {
	color: Maroon;
	text-decoration: none;
}
A:visited {
	color: #CC3333;
	text-decoration: none;
}
A:active {
	color: #0000CC;
	text-decoration: none;
}
A:hover {
	color: #0000CC;
	text-decoration: none;
}
H1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	color: #43bdff;
	padding-top: 10px;
	text-align: center;
}
H2 {
	font-family: Tahoma, Arial;
	font-size: 15pt;
	font-weight: bold;
	color: navy;
}
H3 {
	font-family: Tahoma, Arial;
	font-size: 13pt;
	font-weight: bold;
	color: navy;
}
H4 {
	font-family: Tahoma, Arial;
	font-size: 11pt;
	font-weight: bold;
	color: silver;
}
H5 {
	font-family: Tahoma, Arial;
	font-size: 10pt;
	color: #43bdff;
	padding-top: 15px;
	padding-bottom: 2px;
}
TABLE {
	font-family: Arial;
	font-size: 10pt;

}
HR {
	color : #298EAF;
}
UL {
	list-style-image : url(immagini/elenco.gif);
}

