/* Main backgound Color*/
body {
	background-color:#000000;
	background-image: url(immagini/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
a {
	color: #FFCC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}
.norm {
	font-family:Verdana;
	font-size:11px;
	color:#EEEEEE;
	text-decoration:none;
}
.goldtext { 
	font-family:Verdana;
	font-size:12px;
	color:#FFFFCC;
 	font-weight: bold;
} 

.bianco {
	font-family:Verdana;
	font-size:65%;
	color:#eeeeee;
	text-decoration:none;
	text-align: justify;

}

.nero {
	font-family:Verdana;
	font-size:65%;
	color:#000000;
	text-decoration:none;
}

/* Navigation Buttons: ...etc*/
A.norm {
	font-family:Verdana;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}

A.norm:Active {
	font-family:Verdana;
	font-size:11px;
	color:#002d1e;
	text-decoration:none;
}

A.norm:Visited {
	font-family:Verdana;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}

A.norm:Hover {
	font-family:Verdana;
	font-size:11px;
	color:#FFFF99;
	text-decoration:none;
}
.tableBorder {
	border: 0.5px solid #999999;
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
}
A.norm:Link {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.testo {

	font-family:Verdana;
	font-size:12px;
	color:#FFFFCC;
	font-weight: normal
}
