 /*GLOBAL STYLES, Realizzato da Simone Bellinello*/
A:link {
	TEXT-DECORATION: none;
	COLOR: #B22020;
}
A:visited {
	TEXT-DECORATION: none;
	COLOR: #B22020;
}
A:hover {
	CURSOR: hand; 
	TEXT-DECORATION:  overline;
	COLOR:  #B22020;
}

 BODY {
 
	background: #EAC236;
	
	
}

/*TESTI STYLES*/

.SCRITTE 
{
	 font-family:Verdana, Helvetica, sans-serif;

	/*font-family: Arial Unicode MS; */
	font-size: 10px; 
	font-weight: normal; 
	color: #B22020; 
	text-decoration: none;
	 margin-bottom:0px;
	 margin-top:0px;
	 
}
.SCRITTE:Hover { 
	/*text-decoration: underline;*/
}

.SCRITTE_P 
{
	 font-family:Verdana, Helvetica, sans-serif;

	/*font-family: Arial Unicode MS; */
	font-size: 12px; 
	font-weight: normal; 
	color: #B22020; 
	text-decoration: none;
	 margin-bottom: 10px;
	 margin-top: 10px;

line-height:18px;
	 
}

.SCRITTE_L 
{
	 font-family:Verdana, Helvetica, sans-serif;

	/*font-family: Arial Unicode MS; */
	font-size: 10px; 
	font-weight: normal; 
	color: #B22020; 
	text-decoration: none;
	 margin-bottom: 10px;
	 margin-top: 10px;

line-height:22px;
	 
}
