h1    {font-size: 150%; color: black}
h2    {font-size: 150%; font-style: italic; color: black}

body   {font-family: Verdana,Arial,Helvetica; font-size: 120%;
       color: black; background: lightblue}
p   {font-family: Verdana,Arial,Helvetica; font-size: 120%}

li   {font-family: Verdana; font-size: 120%}

.xxx {
	font-family : "MS Sans Serif";
	font-size : 120%}	

.left     {margin-right=50%}
.right     {margin-left=50%}
.center     {margin-left=25%; margin-right=25%} 
.top {margin-top: 1.5cm}
.LINEA     {margin-left=1%; margin-right=1%} 

A:link     {color: PURPLE; background: lightblue;
            text-decoration: none;
}
A:visited  {color: black; background: lightblue;
            text-decoration: none;
}
A:hover    {color: red; background: lightblue;
             text-decoration: none;  
}
A:active   {color: blue; background: lightblue;
            text-decoration: none;
}

.firma {
font-family : Verdana,Arial,Helvetica;
color : red;
font-size : 10pt;
text-align : center;
font-weight : lighter;
font-style : italic;
} 
.grande {
font-family : Verdana,Arial,Helvetica;
color : black;
font-size : 130%;
text-align : left;
font-weight : normal;
font-style : italic;
} 
.car120  {font-family: Verdana,Arial,Helvetica; font-size: 120%}

.logobox {float: right;
left: 65%;
margin: 0px 0px;
padding: 15px 90px 15px 0px}

.destra {
text-align:right;
}

.sinistra {
text-align:left;
}

.centrato {
text-align:center;
}