body { 
	 background-color: #FFFFFF;
	 background-image: url(immagini/sf_pag.jpg);
	 font-family: Times New Roman;
	 font-size: 14px;
	 font-weight: bold;
	 }
/*---------------------------------------*/
div {
	font-family: Times New Roman;
	font: 14px;
	color: #FFFFFF;
	font-weight: bold;
	}
/*---------------------------------------*/
td {
	font-family: Times New Roman;
	font: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: justify;
	}
/*---------------------------------------*/
p {
	font-family: Times New Roman;
	font: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
/*---------------------------------------*/
a {
	color: #000000; 
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000000; 
	text-decoration: underline;
	font-weight: bold;
}
/*---------------------------------------*/
a.menu {
	color: #000000; 
	text-decoration: none;
	font-weight: bold;
}
a.menu:hover {
	color: #000000; 
	text-decoration: underline;
	font-weight: bold;
}
/*---------------------------------------*/
a.info {
	color: #000000;
	font-weight: bold;
}
a.info:hover {
	color: #000000;
	text-decoration: underline;
}
/*---------------------------------------*/
a.bot {
	color: #000000;
	text-decoration: none;
}
a.bot:hover {
	color: #000000;
	text-decoration: underline;
}
/*---------------------------------------*/
input {
	background-color: #EBEBEB;
	border: none;
	font-family: Times New Roman;
	color: #000000;
	font-size: 11px;}
/*---------------------------------------*/
textarea {
	background-color: #EBEBEB;
	border: none;
	font-family: Times New Roman;
	color: #000000;
	font-size: 11px;
}
