body, table, td {
	font-family: Verdana;
	font-size: 12px;
}
.SX {
	font-family: Verdana;
	font-size: 12px;
}

A {
	text-decoration: none;
	color: blue;
	font-family: Verdana;
	
}

A:Hover {
	text-decoration: underline;
	color: red;
	font-family : Verdana;
	
}
/* Top news */
#topNews {
	font-size: 11px;
	margin: 0px;
	padding: 0px 5px;
}
#topNews dl {
	margin: 10px 0;
	padding: 0px;
}
#topNews dt { /* Titolo news*/
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0px;
}
#topNews dd { /* corpo news*/
	text-align: justify;
	margin: 0px;
	padding: 0px;
}
#topNews a {
	color: #FF0000;
	text-decoration: none;
}
#topNews a:hover {
	color: #0000FF;
	text-decoration: underline;
}