/*Stile dei link generale A*/
A		{
		font-family: Verdana;
		font-size: 9pt;
		color: #660000;
		text-decoration:none;	
		}

A:hover		{
		font-family: Verdana;
		font-size: 9pt;
		color:#333333;
		text-decoration:none;		
		}

/*Stile paragrafo*/
P		{
		font-family: Verdana; 
		font-size: 9pt; 
		color:#660000;
		}

/*Stile titoli*/
.titolo {
	font-family: Verdana;
	font-size: 10pt;
	color:#660000;
	font-weight: bold;

				}
/*Stile testo*/
.testo { 
				font-family: Verdana; 
				font-size: 9pt; 
				color:#660000; 
; text-align: justify
				}
.titolo1 {
	font-family: Verdana;
	font-size: 10pt;
	color:#660000;
	font-weight: bold;
	text-decoration: underline;


				}
.titolo2 {
	font-family: Verdana;
	font-size: 12pt;
	color:#660000;
	font-weight: bold;


				}
