@charset "utf-8";
body {
	background-attachment: fixed;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #3C7A99;
}
.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #63A3C2;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A3C9DC;
	font-size: 11px;
	margin-bottom: 4px;
	text-align:left;
}
.testo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #999999;
	text-align:left;
}
.middot {
	font-size: 24px;
	color: #CCCCCC;
}
.note {
	font-size: 9px;
	text-align:left;
}
A {
	color: #819BB1;
}
A:hover {
	color: #CCCCCC;
}

