.stile {
	font-family: "Palatino Linotype";
	font-size: 12px;
	color: #333333;
}

.stile2 {
	font-family: "Palatino Linotype";
	font-size: 15px;
	color: #333333;
}

.titolo {
	font-family: "Palatino Linotype";
	font-size: 26px;
	color: #cc281a;
	font-weight: bold;
}

a:link, a:visited {
	color: #878787;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	margin: 0px;
	text-decoration: underline;
	
}

.link2:link, .link2:visited {
	color: #333333;
	font-size: 18px;
	text-decoration: none;
}

.link2:hover {
	color: #cc281a;
	text-decoration: none;
}

.link3:link, .link3:visited {
	color: #FFFFFF;
	font-size: 18px;
	text-decoration: none;
}

.link3:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.box {

}
	.box_img {
		float: left;
		width:120px;
		height: 80px;
		overflow: hidden;
	}
	.box_img img {
		border:0;
	}
	.box_testo {
		float:left;
		width: 450px;
	}
	.box_titolo {
		color: #FF99CC;
		font-weight: bold;
		font-size: 16px;
	}
.separatore {
	clear: both;
	height: 20px;
}