body {
	 background : White;
	 color : Black; 
	 font: 12px Verdana, Arial, sans-serif;
}

table.tabella1 {
	table-layout : auto;
	width : 800px;
	align :left;
	background : "#FFFECC";
}

table.tabella2 {
	table-layout : auto;
	width: 800px;
	font: 10px Verdana, Arial, sans-serif;
	background : "#FFFECC";
	border-collpse:collapse;
}

table.tabella3 {
	table-layout : auto;
	background : Silver;
}

table.tabella4 {
	table-layout : fixed;
	width : 300px;
	background : Silver;
}

table.tabella4 td {
	width : 150px;
	background : Silver;
}

table.tabella5 {
	table-layout : fixed;
	width : 300px;
	background : Silver;
}

.cella {
	width : 150px;
	background : Silver;
}

table.tabella6 {
	table-layout : fixed;
	width : 300px;
	background : Silver;
	border-collapse : separate;
	border-spacing : 15px;	
}

table.tabella6 td {
	border: 2px solid black;
}

table.tabella7 {
	table-layout : fixed;
	width : 300px;
	background : Silver;
	border-collapse : collapse;
	padding: 10px;
	}

table.tabella7 td {
	border: 2px solid black;
	}
	
table.tabella8 {
	table-layout : fixed;
	width : 300px;
	background : Silver;
	border-collapse : separate;
	border-spacing : 10px;
    empty-cells : hide;
	}

table.tabella8 td {
	border: 2px solid black;
	}
	
table.tabella9 {
	table-layout : fixed;
	width : 300px;
	background : Silver;
    caption-side : bottom;
	}

table.tabella9 td {
	border: 2px solid black;
	}
table.tabella10 {
	table-layout : auto;
	width : 1000;
	background : auto;
    	caption-side : bottom;
	border-collpse:collapse;
	}
table.tabella10 td {
width : 350px;
background :"#FFFECC";
}


table.tabella10 td {
	border: solide;
	}	
