@charset "UTF-8";
/* CSS Document */
.titoloNews{
	color:#FF0000;
	font-weight: bold;
}
a{
	color: #FF0000;
	text-decoration: underline;
}
a:hover{
	color: #990000;
	text-decoration: none;
}
