body{
background-image : url("../img/sfondo.jpg");
background-attachment : fixed;
background-repeat : no-repeat;
margin: 0px;
color : #000000;
font-family: Verdana,Arial,sans-serif;
font-size: 9pt;
}

A:LINK{
	text-decoration: none;
	color: #000000;
	  }

A:VISITED{
	text-decoration: none;
	color: #000000;
	     }

A:HOVER{
	text-decoration: none;
      Color: #102D78;
	   }

