@charset "utf-8";
/* CSS Document */

.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0b2357;
	text-decoration: none;
}
.testo_big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #0b2357;
	text-decoration: none;
	vertical-align: top;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: 0b2357;
	text-decoration: underline;
	font-size: 12px;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #174BB7;
	text-decoration: none;
	font-size: 12px;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0b2357;
	text-decoration: underline;
	font-size: 12px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0b2357;
	text-decoration: underline;
}
.box {
	border: 1px solid #000;
}
