A:link {
	COLOR: #AEAC9F; TEXT-DECORATION: underline
}
A:visited {
	COLOR: #AEAC9F; TEXT-DECORATION: underline
}
A:hover {
	COLOR: #FFFFFF; TEXT-DECORATION: underline
}
BODY {
	BACKGROUND-COLOR: #171413;
	background-image: url(img/layout/center.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	scrollbar-face-color: #100e0d;
	scrollbar-highlight-color: #605f58;
	scrollbar-shadow-color: #605f58;
	scrollbar-3dlight-color: #100e0d;
	scrollbar-arrow-color: #605f58;
	scrollbar-track-color: #100e0d;
	scrollbar-darkshadow-color: #100e0d
}
.titolo {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #AEAC9F;
}
.sottotitolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	color: #AEAC9F;
}
.data {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	color: #AEAC9F;
}
.testo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b4b4b4;
}