a:link {
    font-family: Tahoma, Arial;
    font-size: 11px;
    color: #FF9900;
    text-decoration: none;
    font-weight: normal;
}
.fondo {
	background-attachment: inherit;
	background-image: url(immagini/f_index.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

a:visited {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #FF9900;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
    font-family: Tahoma, Arial;
    font-size: 11px;
    color: #FFCC00;
    text-decoration: underline;
    font-weight: normal;

}
body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
	background-color: #FFFFFF;
}
.testo {
    font-family: Tahoma, Arial;
    font-size: 11px;
}
.bordogrigio {
	border: 1px solid #666666;
}
.sfondo {
	background-attachment: inherit;
	background-image: url(immagini/sfondo.jpg);
	background-repeat: repeat;
	background-position: left top;
}

