/* CSS Document */
a:hover {
	font-weight: normal;
	font-size: 12px;
	color: Red;
	text-transform: none;
	font-family: "Trebuchet MS", Geneva, sans-serif;
	left: auto;
	clip: rect(   );
}
body {
	background-color: white; /*riempie lo spazio non coperto dall'immagine*/
	background-image: url(../immagini/sfondo.gif);
	background-repeat: repeat-x; /*ripete l'immagine in orizzontale*/
	background-position: top left; /*allinea l'immagine in alto*/
	margin: 0;
	padding: 0;
}
table {
	font-size: x-small;
	font-family: "Trebuchet MS", Geneva, sans-serif;
	border: none;
	text-align: center;
}
td {  }