@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	color: #000000;
}

body {
	background-color: #FFFFFF;
}

#container {	
	width:800px; 
/*	height:1100px; /* ALTEZZA TOTALE PAGINA (compresi header e footer) */ 
	border:0px solid #000000; 
	margin:30px auto;
	text-align:left;
}


a:link {
	color: #000000;
	text-decoration:none;
}
a:visited {
	color: #000000;
	text-decoration:none;
}
a:hover {
	color: #CCCCCC;
	text-decoration:none;	
}