<style>       A  {
       	text-decoration : none;
       	font-family : Verdana;
       }
       
       A.blu  {
       	text-decoration : none;
       	font-family : Verdana;
       	font-weight : bold;
       	color : #000080;
       }
       
       A.red  {
       	text-decoration : none;
       	font-family : Verdana;
       	font-weight : bold;
       	color : #cc0000;
       }

       A.gre  {
       	text-decoration : none;
       	font-family : Verdana;
       	font-weight : bold;
       	color : #2E781B;
       }

       A:hover  {
       	text-decoration : none;
       	color : #8787C5;
       	font-weight : bold;
       	font-family : Verdana;
       }
       
       A.piede  {
       	text-decoration : none;
       	font-family : Verdana;
       	font-weight : normal;
       	color : #000080;
       	font-size : xx-small;
       }
       
       A.piede:hover  {
       	text-decoration : none;
       	color : #cc0000;
       	font-weight : normal;
       	font-family : Verdana;
       	font-size : xx-small;
       }
       
       Font.testo  {
       	font-family : Verdana, Garamond, Tempus Sans;
       	font-size : x-small;
       	font-weight : normal;
       	color : #000080;
       }
       
       Font.note  {
       	font-family : Verdana;
       	font-size : xx-small;
       	font-weight : normal;
       	color : #000080;
       }
       
       table.box  {
       	border-color : #0580FF;
       	border-style : double;
       	border-width : thin;
       	border-bottom-width : thin;
       	padding-left : 5;
       	margin-left : 5;
       }
       
       td.prezzi  {
       	border-color : #000080;
       	border-style : double;
       	border-width : thin;
       	padding-left : 5;
       	margin-left : 5;
       }

       td.giust {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify; 
       }

       th.intestazione  {
       	border-color : #cc0000;
       	border-style : double;
       	border-width : thin;
       	padding-left : 5;
       	margin-left : 5;
       }
       
       </style>
