@charset "UTF-8";
/* CSS Document */

.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #656565;
	
}
.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #656565;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
.link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #656565;
	text-decoration: none;
	font-style: italic;
}
a.link:link {
	color: #656565;
	text-decoration: none;
}
a.link:visited {
	color: #656565;
	text-decoration: none;
}
a.link:hover {
	color: #a31414;
	text-decoration: none;
}
.didascalia {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	color: #656565;
}
a.menu:link {
	color: #656565;
	text-decoration: none;
}
a.menu:visited {
	color: #656565;
	text-decoration: none;
}
a.menu:hover {
	color: #a31414;
	text-decoration: none;
}
.testo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #656565;
	text-decoration: none;
}
.titolo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #a31414;
	font-style: italic;
	font-weight: bold;
}

