body {
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
}
.maschera {
	background-image: url(immagini/maschera.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.Menu {
	font-weight: bold;
	color: #FFFF99;
	text-transform: uppercase;
	list-style-type: disc;
	left: 8px;
	font-size: small;
}
a:link {
	color: #FFFF99;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFF99;
}
a:hover {
	text-decoration: underline;
	color: #FFFF00;
}
.Titolo {
	text-transform: uppercase;
	color: #FFFF99;
	text-align: center;
	display: marker;
	font-weight: bold;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
.bordo_bianco {
	border: medium solid #FFFFFF;
}
.piccolo {
	font-size: small;
	text-align: justify;
}
.piccolopiccolo {
	font-size: x-small;
	text-align: justify;
}
