A:link , A:visited {
   font-family: verdana;
	text-decoration: none;
	font-size: 11px;
	color: Red;
	
}
A:hover {
	text-decoration: underline;
	font-weight: 600;
}
body {
	background-color: Black;
}
table {
	background-color: Black;
}
.titoli {
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	color: #FF9933;
}
.testo-normale{
	font-family: verdana;
	font-size: 11px;
	color: white;
}
.main-title{
	font-family: verdana;
	font-size: 18px;
	color: #FF9933;
	font-weight: 600;
}
.testo-date {
	font-family: verdana;
	font-size: 11px;
	color: Blue;
	font-weight: 600;
}
.links-titoli {
	font-family: verdana;
	font-size: 12px;
	color: #AEAEAE;
	font-weight: 600;
	text-align: center;
}
.testo-normale-links{
	font-family: verdana;
	font-size: 11px;
	color: white;
	margin: 9;
}
