body {  
	background-color: #FFFFFF;
 	margin-top: 0px;
 	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	overflow: on;
	padding: 0;
}
.normale {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}
.grassetto {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.corsivo {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	font-style:italic;
}
.titolo {
	color: #000080;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
li {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin: 0px 0px 10px 0px;
}
A {
	color: #0000FF; 
}
A:hover {
	color: #0000FF;
	text-decoration: underline;
}
A:visited {
	color: #800080;
}