/* ************ *//* CORPO PAGINA *//* ************ */body{	background-color: #FFFFFF;}/* ********* *//* PARAGRAFI *//* ********* */p.titolo{	color: #000000;	font-family: verdana;	text-align: center;	font-style: normal;	font-size: 12pt;	font-weight: bold;}/* ************* *//* TESTO NORMALE *//* ************* */font.normal{	font-family: verdana;	font-size: 10pt;	font-style: normal;	font-weight: bold;	color: #000000;}/* ***************** *//* LINK IPERTESTUALI *//* ***************** */a{	font-family: verdana;	font-size: 10pt;	font-weight: bold;	color: red;}a:link, a:visited, a:active{	text-decoration: none;}a:hover{	text-decoration: underline;}/* ******* *//* TABELLE *//* ******* */table{	background-color: white;}td.interno{	background-color: #EFF9FF;	padding-left: 4;	padding-right: 4;}td.internotitle{	background-color: #0000FF;	padding-left: 4;	padding-right: 4;}/* ************** *//* LISTE ORDINATE *//* ************** */ol{	font-family: verdana;	font-size: 10pt;	font-weight: bold;	color: #4489BE;}
