@charset "utf-8";
/* CSS Document */

body{
   text-align: center;
   background-attachment: fixed;
   background-position: center;
   background-image: url(../img/bkg.jpg);
   margin: 0;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #845e3b;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #845e3b;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #845e3b;
}

.Title {	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.testo {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.titolo_piccolo {	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}
