@charset "utf-8";
/* CSS Document */

body{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	text-align:center;
	}

a{
	text-decoration:none;
	color:#090;
	}
a:hover{
	text-decoration:underline;
	color:#069;
	}
	
table.tabellaGalleria {
	table-layout:fixed;
	width:500px;
	}
	
.tabellaGalleria td img{
	padding:2px;
	border:1px solid #666;
	}
	
.tabellaGalleria {
	font-size:11px;
	}

.tabellaGalleria td {
	background-color:#EEE;
	padding:10px;
	}
