body {
    background-image:url(images/background.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.testo {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	line-height: 25px;
}

.testo_sem {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	line-height: 18px;
}

.testo_b {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #4645D1;
	line-height: 25px;
}
.butSearch {
	font-family: Tahoma;
	font-size:11px;
	color: #333333;
	background-color: #CCCCCC;
	border: 1px solid #CCCCCC;
	cursor: hand;
	font-weight : normal;
}

A:link, A:visited {
	TEXT-DECORATION: none;
	color: #4D95BF;
	font-weight: bold;
}
A:hover { text-decoration: underline }
