/* CSS Document */

body {
	background-image:url(images/sfondo.gif);
	margin: 0px;
}

.Testo {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 14px;
}
.Small {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 12px;
}
.Mattone {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC3300;
	font-size: 14px;
}
.Titoli {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC3300;
	font-size: 22px;
}

a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0099CC;
	text-decoration: none;
}

a.Testo:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: none;
}
a.Testo:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: none;
}
a.Testo:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: underline;
}


