/* ************ *//* CORPO PAGINA *//* ************ */body{	background-color: #5abde6;}/* ********* *//* PARAGRAFI *//* ********* */p.titolo{	color: #000080;	font-family: tahoma;	text-align: center;	font-style: italic;	font-size: 14pt;	font-weight: bold;}/* ************* *//* 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: #CCFFFF;	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;}