html { 
	scrollbar-arrow-color:#FFFFFF; 
	scrollbar-track-color:#CC9966; 
	scrollbar-face-color:#993300; 
	scrollbar-highlight-color:#CC9966; 
	scrollbar-3dlight-color:#CC9966; 
	scrollbar-darkshadow-color:#993300; 
	scrollbar-shadow-color:#993300; 
}
body {
	background-image: url(immagini/bkg_principale.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	margin-top: 5px;
	margin-left: 0px;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #663300;
	font-weight: bold;
}
.nero {
	color: #000000;
	font-style: italic;
	font-family: "Arial Narrow", "Bernard MT Condensed", "Franklin Gothic Demi Cond", "Gill Sans MT Condensed", "Rockwell Condensed", "Tw Cen MT Condensed", "Tw Cen MT Condensed Extra Bold";
	font-size: 12px;
	text-decoration: underline;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #663300;
}
.testata {
	font-family: "Times New Roman", Times, serif;
	font-size: 32pt;
	font-style: italic;
	font-weight: bold;
	color: #993300;
}
.sottotestata {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	font-style: italic;
	font-weight: bold;
	color: #663300;
}
.sottotestata2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	color: #663300;
}
a:link {
	color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:visited {
	color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:hover {
	color: #FFFFFF;
	background-color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:active {
	color: #FF0000;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
