@charset "UTF-8";
/* CSS Document */

.titolo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #555;
	font-weight: bold;
}
.titolo_2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #09F;
	text-decoration: none;
}

