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