body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/til_1.jpg);
}
.style1 {
	color: #464646;
	font-size: 11px;
	font-family: tahoma;
}
.style1_medio {
	color: #464646;
	font-size: 13px;
	font-family: tahoma;
}
.style2 {
	color: #3569AB;
	font-size: 11px;
	font-family: tahoma;
}
.style3 {
	color: #0C4292;
	font-size: 10px;
	font-family: tahoma;
}

.style4 {
	color: #FFFFFF;
	font-size: 12px;
	font-family: tahoma;
}

/* STILE DEI LINK */

/* Generici */
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}

/* Pagina contatti */
.Contatti_a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.Contatti_a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.Contatti_a:hover {
	text-decoration: underline;
	color:#FFFF00;
}
.Contatti_a:active {
	text-decoration: none;
	color: #FFFFFF;
}
/*----------------------------------------------------------------------------------------------------------------------*/



