BODY {
	background-color: #000000;
	background-image: url(img/cielo.gif);
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	; background-attachment: fixed;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.normal {
	color: White;
	font-style: normal;
	font-size: 13px;
	font-variant: normal;
	font-weight: normal;
	azimuth: left;
}
.corsivo {
	color: White;
	font-style: italic;
	font-size: 13px;
}
.bold {
	font-weight: bold;
	color: White;
	font-size: 13px;
}

.nota {
	font-style: normal;
	font-size: 10px;
}
.centrato {
	color: White;
	font-style: normal;
	font-size: 13px;
	font-variant: normal;
	font-weight: normal;
	azimuth: center;
}
A  {
	color: #FFFF9B;
	text-decoration: none;
	font-weight: bold;
}

A:Visited  {
	color: #FFFACD;
	font-weight: bold;
}

A:Active  {
	color: #FFFACD;
	text-decoration: none;
	font-weight: bold;
}

A:Hover  {
	color: #FFD700;
	text-decoration: underline;
	font-weight: bold;
}

.titolo {
	font-size: 16px;
	font-weight: bold;
	color: #FFD700;
}
.subtitolo {
	font-size: 14px;
	font-weight: bold;
	color: #FFD700;
	azimuth: center;
}
.table {
	azimuth: center;
	background-color: #FFFFE0;
	border: thin #FFD700 dotted;
	font-size: 13px;
	color: Navy;
	height: auto;
	width: auto;
	text-align: center;
	vertical-align: middle;
	left: auto;
	clip: auto;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.titoloSott { 
        font-size: 16px;
        font-weight: bold;
        color: #FFD700;
        azimuth: center;
        border-bottom: thin dotted #FFD700; 
}
.small {
        font-style: normal;
        font-size: 11px;
}

