@charset "utf-8";
/* CSS Document */
body {background-color:#ffffff; font-family: Tahoma;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;} 
#contenitore {
	position:absolute;
	left:50%;
	top:50%;
	width:800px;
	height:569px;
	margin-left:-400px;
	margin-top:-285px;
}
	
a:link {
	font-family: Tahoma;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
}
a:hover{
	font-family: Tahoma;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
a:visited{
	font-family: Tahoma;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

