BODY
{
	background-image: url("../images/Sfondo.jpg");
	background-attachment: fixed;
    border-left-style: solid; 
    border-left-width: 1px; 
    border-left-color: #C0C0C0;
    margin-left: 2px;
}
A
{
	text-decoration: none;
	color: #808080;
}
A:hover
{
	text-decoration: none;
	color: white;
	background-color: silver;
}
