body {
    background-attachment: fixed;
}



.titoli_novita_home {
	font-family: Arial;
	font-size: 18px;
	color: #990000;
    font-weight: bold;
	text-decoration: none;
}

.titoli_novita_home:hover {
	font-family: Arial;
	font-size: 18px;
	color: #FF0000;
    font-weight: bold;
	text-decoration: none;
}



.titoli2_novita_home {
	font-family: Arial;
	font-size: 15px;
	color: #990000;
    font-weight: bold;
	text-decoration: none;
}

.titoli2_novita_home:hover {
	font-family: Arial;
	font-size: 15px;
	color: #FF0000;
    font-weight: bold;
	text-decoration: none;
}




.testi_novita_home {
	font-family: Arial;
	font-size: 12px;
	color: #212121;
	text-decoration: none;
}

.testi2_novita_home {
	font-family: Arial;
	font-size: 11px;
	color: #212121;
	text-decoration: none;
}

.testi2_novita_home:hover {
	font-family: Arial;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
}

.menu {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
    font-weight: bold;
	text-decoration: none;
}

.menu:hover {
	font-family: Arial;
	font-size: 11px;
	color: #E20303;
    font-weight: bold;
	text-decoration: none;
}

