.titolo { 
 font: 12px Arial;
 font-family: Arial;
 font-size: 12px;
 font-style: normal;
 font-weight: normal;
 color: #ff6600;
 }	
	
.testo {
 font: 10px Arial;
 font-family: Arial;
 font-size: 10px;
 font-style: normal;
 font-weight: normal;
 color: #000000;
 }	

 .prezzi {
 font: 11px Arial;
 font-family: Arial;
 font-size: 11px;
 font-style: normal;
 font-weight: normal;
 color: #000000;
 }	
 
B {
 font-weight: bold;
 }
	
A:LINK {
 font-family: Arial;
 font-size: 12px;
 font-style: normal;
 font-weight: bold;
 color: #ff6600;
 text-decoration: underline;
 }

A:VISITED {
 font-family: Arial;
 font-size : 12px;
 font-style : normal;
 font-weight : bold;
 color : #ff6600;
 text-decoration : underline;
 }

A:HOVER {
 font-family: Arial;
 font-size : 12px;
 font-style : normal;
 font-weight : bold;
 color : #000066; 
 text-decoration : underline;
 }

A:ACTIVE { 
 font-family: Arial;
 font-size : 12px;
 font-style : normal;
 font-weight : bold;
 color : #ff6600; 
 text-decoration: underline;
 }

.testoform {
 font: bold normal 10px Arial;
 font-family: Arial;
 font-size: 10px;
 font-style: normal;
 font-weight: normal;
 color: #000000;
 }
   
.titoliform {
 font: bold normal 11px Arial;
 font-family: Arial;
 font-size: 11px;
 font-style: normal;
 font-weight: bold;
 color: #000000;
 }
 
