/* ************ *//* CORPO PAGINA *//* ************ */body         { background-color: #FFFFFF }/* ********* *//* PARAGRAFI *//* ********* */p.titolo     { color: #000080; font-family: Tahoma; text-align: center; font-size: 14 pt }/* ************* *//* TESTO NORMALE *//* ************* */font.normal{	font-family: tahoma;	font-size: 9pt;	font-style: normal;	font-weight: normal;	color: #000080;}/* ***************** *//* LINK IPERTESTUALI *//* ***************** */a{	color: #0000FF;	font-family: tahoma;	font-size: 9pt;}a:link, a:visited, a:active{	text-decoration: none;}a:hover{	text-decoration: underline;}/* ******* *//* TABELLE *//* ******* */table{	background-color: #99CCFF;}td.interno   { background-color: #FFFFFF; padding-left: 4; padding-right: 4 }td.internotitle{	background-color: orange;	padding-left: 4;	padding-right: 4;}/* ************** *//* LISTE ORDINATE *//* ************** */ol{	font-family: Tahoma;	font-size: 10pt;	font-weight: bold;	color: #000080;}