body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0033FF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	background-image: url(img/sfondo.jpg);
	background-color: #FFF;
	background-repeat: repeat-x;
}
#testo_rosso {
	color: #F00;
	font-size: 14px;
}
#testo_medio {
	font-size: 14px;
}
#testo_grande_ {
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: #999;
	text-decoration: blink;
}

#testo_grande {
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: #999;
	text-decoration: blink;
	font-family: Arnprior;
}
#testo_grande_bianco {
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: blink;
	font-family: Arnprior;
}


a:link {
	color: #0033FF;
	text-decoration: none;
}
a:visited {
	color: #0033FF;
	text-decoration: none;
}
a:hover {
	color: #0033FF;
	text-decoration: none;
}
.sfondo_bianco {
	background-color: #FFF;
}

