body {
	font-family: Arial,Verdena;
	font-size: 12px;
	/*text-align : justify;*/
	}

.testo
	{
	font-size : 12px;
	}


	/*LINK*/

A:LINK {
 color : #000000;
 text-decoration: none;
}

A:VISITED {
 color : #000000;
 text-decoration: none;
}

A:HOVER {
 color : #000000;
 text-decoration : bold;
}

A:ACTIVE  {
color : #000000;
 font-weight : bold;
}


