@charset "utf-8";
body {
	margin: 0px;
}
a {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.content {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	padding: 10px;
	text-align: justify;
	vertical-align: top;
	line-height: 20px;
}
.evidenziato {
	font-weight: bold;
	color: #ff9900;
	font-size: 14px;
}
.facebook {
	float: left;
	margin-right: 10px;
}
