/* CSS Document */
body{
	padding :0;
	margin :0;
	background-color: #D4BEB4;
	background-image: url('immagini/sf2.jpg');
	background-repeat: repeat-x;
}




.testocorrente {
	font-family: "Verdana", Georgia, "Times New Roman"; font-size: 10px;
	font-weight: normal;
	color: #64261E;
	font-size: 12px;
}

#link_corrente {
	font-family: "Verdana", Georgia, "Times New Roman"; font-size: 10px;
	font-weight: normal;
	color: #64261E;
	font-size: 12px;
	text-decoration: none;

}
#link_corrente:hover {
	font-family: "Verdana", Georgia, "Times New Roman"; font-size: 10px;
	font-weight: normal;
	color: #64261E;
	font-size: 12px;
	text-decoration: underline;
}







.testolink {
	font-family: "Verdana", Georgia, "Times New Roman"; font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 12px;
}

#link_link {
	font-family: "Verdana", Georgia, "Times New Roman"; font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;

}
#link_link:hover {
	font-family: "Verdana", Georgia, "Times New Roman"; font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: underline;
}