


BODY { background-image: url(images/sfondo.jpg);
	background-attachment: fixed;
	background-color: #EFEFD7 
 }


a:link
{
	color: rgb(128,0,0);
}
a:visited
{
	color: rgb(0,128,0);
} 
a:active 
{
	color: rgb(255,153,0);
}

