TD {
	font-family : sans-serif;
		font-size : 14px;
}
	body {
	background-color : #E6E6FA;
	line-height: 20px;
	margin-right: 30;
	margin-left: 30;
}

p,ul, li {
	font-family : sans-serif;
	font-size : 14px;
	line-height: 20px;
	text-align : justify;
}

H1 {
	font-family : sans-serif;
	font-weight : bold;
	font-size : 40px;
	margin-top : 20;
}
H2 {
	font-family : sans-serif;
	font-weight : bold;
	font-size : 20px;
}
dt {
	font-family : sans-serif;
	font-size : 14px;
	font-weight : bold;
}
dd {
	font-family : sans-serif;
	font-size : 14px;
	font-style : italic;
	line-height: 20px;
}
table.riquadro 
{
	background-color: Blue;
}
TD.riquadro {
    font-family : sans-serif;
	font-size : 14px;
	background-color : #E6E6FA;
}
table.indice 
{
	background-color: Black;
}
TD.indice {
    font-family : sans-serif;
	font-size : 14px;
	background-color : #f4f4ff;
}
P.center {
	text-align : center;
}
a {text-decoration: none;
		color: Blue;}
	a:hover {
	color: Red;
	background-color: #FFFFDF;
}


