body {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #0033FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DFDEE4;
}
.sfondo {
	background-color: #DFDEE4;
	background-image: url(immagini/sfondo.jpg);
	background-repeat: repeat-x;
}
.barra {
	background-image: url(immagini/barra.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
.testo_sottile {
	font-size: 10px;
	color: #0033FF;
}
.testo_grosso_grigio {
	font-size: 18px;
	color: #999999;
}
.testo_grosso_giallo {
	font-size: 18px;
	color: #FFCC33;
	font-weight: bold;
}
.testo_piccolo {
	font-size: 12px;
	color: ##0033FF;
}
.testo_medio {
	font-size: 14px;
	color: ##0033FF;
}
.table {
	background-image: url(immagini/siti_web.jpg);
	background-attachment: inherit;
}

