@charset "utf-8";
/* CSS Document */
body {
	background-color:#000000;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
} 

.titolo {
	font-size:12px;
		color: #FFFFFF;
	
	font-weight: normal;
	font-variant: small-caps;
}

.lato {
	font-size:11px;
	color: #FFFFFF;
	font-weight: normal;
}
.news {
	font-size:14px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
}

.titoletto {
	font-size:12px;
	color: #3366FF;
	font-weight: bold;
	font-variant: small-caps;
}


#contenitore {
	position:absolute;
	left:50%;
	top:50%;
	width:955px;
	height:600px;
	margin-left:-477px;
	margin-top:-300px;
}
	
a:link {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
a:hover{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #0066CC;
	text-decoration: none;
}
a:visited{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
