/* CSS Document */


html {
	font-family:Helvetica, sans-serif;
}

body {
	background-color: #FFFFFF;	
}

.Stile1 {color: #FFFFFF}
.Stile2 {
	font-size: small;
	color: #FFFFFF;
}
.Stile3 {
	font-size: small;
	font-style: italic;
	font-weight: bold;
}

