
/*--------- DOCUMENTO -----------*/

body { background-image: url(img/bg.jpg); background-repeat: repeat-x; background-color: #D78A46; margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; 
}

.normale { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 9pt; color: #FFF; letter-spacing: 1pt; line-height:12pt; }

.testo   {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 9pt; color: #fff; letter-spacing: 1pt; line-height:12pt; }



/*--------- LINK -----------*/

a:link { text-decoration: none; color: #990000; }

a:visited { text-decoration: none; color: #990000; }

a:hover { text-decoration: none; color: #FFFFFF; }

a:active { text-decoration: none; color: #0066FF; }



/*--------- STILI H -----------*/

/*titolo pagina */
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}
/*nomi menu */
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	letter-spacing: 2px;
	text-transform:uppercase,	
}

/*testo importante*/
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	letter-spacing: 1px;
	display:inline;
}



