body {
	font-size: 12px;
	background-image: url(../immagini/sfondo.jpg);
	background-repeat: repeat-x;
	margin-top:0;
	font-family: Arial;
}

.link01 {
	font: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #5E2F00;
	A:hover { color: white; background:blue }
}
A:LINK{
	text-decoration : none;
	color : #5E2F00 ;
	  }

A:VISITED{
	text-decoration : none;
	color : #BC7D3F;
	     }

A:HOVER{
	Color : #BC7D3F;
	text-decoration:underline
		   }

