.carattere {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}

.carattere2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

a:link, a:visited {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #333333;
	margin: 0px;
	text-decoration: underline;
	
}

.link2:link, .link2:visited {
	color: #FFFFFF;
	text-decoration: underline;	
}

.link2:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

.box {

}
	.box_img {
		float: left;
		width:120px;
		height: 80px;
		overflow: hidden;
	}
	.box_img img {
		border:0;
	}
	.box_testo {
		float:left;
		width: 300px;
	}
	.box_titolo {
		color: #FF99CC;
		font-weight: bold;
		font-size: 16px;
	}
.separatore {
	clear: both;
	height: 20px;
}
