/* foglio di stile per tutte le pagine */
body {
	background-color: #CD9967;
	color: #663332;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
.espositore {
	
	background-color: #663332;
	color: white;
}
td {
	font-size: 12px;
}
a, a:focus, a:link, a:visited {
	color: Maroon;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: none;
}