A:hover {
	color: #666666;
        text-decoration: none;
}

A:link, A:visited {
	font: normal 11px "Trebuchet MS";
	text-decoration: none;
}

.txt {
	font: normal 12px "Trebuchet MS";
	color: #333333;
	text-decoration: none;
}

.big {
	font: oblique bold normal 14px "Trebuchet MS";
	color: #FF3300;
	text-decoration: none;
}

.arancio {
	font: normal 12px "Trebuchet MS";
	color: #FF9900;
	text-decoration: none;
}

.fondo {
	background-attachment: scroll;
	background-image:  url(img/fondo.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

