body {
	background-color: Black;
	color: White;
}

a {
	color: White;
}

#centrale {
	font-family: Tahoma;
	font-size: 12px;
	text-align: justify;
}

#titolo {
	font-family: Tahoma;
	font-size: medium;
	font-weight: bold;
}

#sottotitolo {
	font-family: Tahoma;
	font-size: 12px;
	font-style: italic;
}

#bordosinistro {
	width: 120px!important;
	width: 140px;
	border-right: 5px double Red;
	padding-right: 20px;
}

#bordodestro {
	width: 140px!important;
	width: 160px;
	border-left: 5px double Red;
	padding-left: 20px;
}

#bordoalto {
	width: 770px!important;
	width: 770px;
	border-bottom: 5px double Red;
}

#testomedio {		
	font-family: Tahoma;
	font-size: 12px;
}

#testomediorosso {		
	font-family: Tahoma;
	font-size: 12px;
	color: Red;
}

#testomedio a {
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;	
}

#testomediorosso a {
	font-family: Tahoma;
	font-size: 12px;
	color: Red;
	text-decoration: none;	
}

#testomedio a:hover {
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: underline;	
}

#testomediorosso a:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: Red;
	text-decoration: underline;	
}
