/* CSS Document */

body {
	background-color:#FFFFFF;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	

}


.titolo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}

.titolo_hp {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	color: #9900FF;
}
.titolo_hp_i {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	color: #9900FF;
}

.corpo_piccolo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.corpo_piccolo_hp {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #993366;
}


A.corpo_piccolo_hp:link { text-decoration: none; color: #993366 }
A.corpo_piccolo_hp:Visited  { text-decoration: none; color: #993366}
A.corpo_piccolo_hp:hover { text-decoration: none; color: #000099}

