@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a {
	color:#000000;
}
.titolo {
	font-family: "Times New Roman", Times, serif;
	font-size: 23px;
	color: #FFFFFF;
	text-decoration: none;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
}
.menu {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
}
.menu:hover {
	color:#FFFF99;
}
.menuor {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000000;
	text-decoration: none;
}
.menuor:hover {
	color:#FFFFFF;
}

