/* CSS Document */

.testo1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.testo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align: justify;
	line-height: 1.4em; 
}

.titolo3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #975d98;
	font-weight: bold;
	text-align: justify;
}

.testo-piccolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.testo-menu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #434343; 
}
.sottotitoli {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #975d98;
}
.menu-top {
	margin-top: 12px;
}
.under-construction-top {
	margin-top: 18px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #975d98;
	text-decoration: none;
}
a:active {
	color: #F290C8;
	text-decoration: none;
}
