body {font-family: Arial, Helvetica, sans-serif; }
.titoli {
	font-size: 22px;
	color: #520029;
	font-weight: bold;
}
.titoli2 {
	font-size: 18px;
	color: #520029;
	font-weight: bold;
}
.titoli3 {
	font-size: 15px;
	color: #520029;
}
.testo {
	font-size: 15px;
	line-height: 20px;
}

.didascalia {
	font-size: 12px;
	/*color: #867A6F;*/
	font-weight:bold;
}
a:active {  color: #520029;} 
a:hover {  color: #520029; text-decoration: none} 
a:link {  color: #520029; } 
a:visited {  color: #520029; } 
td {  
	font-size: 12px; 
}
.form{
	font-size: 12px;
	border: 1px solid #520029;
	width: 100%
}
.button{
	font-size: 12px;
	background-color: #520029;
	color: #FFFFFF;
	border: 1px solid #999999;
	font-weight: bold; 
}


/*-------*/
.barramenu { 
	height:24px;
}
.barramenu a:active, .barramenu a:link, .barramenu a:visited, .barramenu a:hover {
	font-size:13px;
	color:#FFFFFF;
	text-decoration:none;
	margin-left:30px;
	font-weight:bold;
}


