body {
	background-attachment: fixed;
	background-image: url(Gfx/sfondo.jpg);
	background-repeat: no-repeat;
}
a:link {
	color: #FFCC33;
	text-decoration: none;
}
a:hover {
	color: #FFFF00;
	text-decoration: none;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
}
