.menu {
	font-family: Helvetica;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.menu a {
	color: #333333;
	text-decoration:none
}
.menu a:hover {
	color: #990000;
}
.titoletto {
	font-family: Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	letter-spacing: 1px;
	font-style: normal;
}
/* --- news --- */

.newsticker {
	list-style-type: none;
	padding: 1px;
	margin: 0;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #666666;
}
.newsticker a{
	color: #990000;
}
.newsticker a:hover{
	color: #666666;
}
.credits {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #66CC00;
}
