@charset "utf-8";
.menu {
	font-family: Times, Times New Roman, Arial, Helvetica, Verdana, Courier, sans-serif;
	font-size: 18px;
	color: #5b2120;
	text-align: left;
	vertical-align: top;
}

.txt {
	font-family: Times, Times New Roman, Arial, Helvetica, Verdana, Courier, sans-serif;
	font-size: 16px;
	color: #5b2120;
	text-align: justify;
	vertical-align: top;
	margin: 5px;
	padding: 5px;
}

.contract {
	font-family: Times, Times New Roman, Arial, Helvetica, Verdana, Courier, sans-serif;
	font-size: 11px;
	color: #5b2120;
	text-align: justify;
	vertical-align: top;
	margin: 5px;
	padding: 5px;
}

.txt_contatti {
	font-family: Times, Times New Roman, Arial, Helvetica, Verdana, Courier, sans-serif;
	font-size: 12px;
	color: #5b2120;
	text-align: left;
	vertical-align: bottom;
	margin: 5px;
	padding: 5px;
}

.bottom {
	font-family: Times, Times New Roman, Arial, Helvetica, Verdana, Courier, sans-serif;
	font-size: 12px;
	color: White;
	text-align: left;
	vertical-align: bottom;
	font-style: normal;
}

.claim {
	font-family: Times, Times New Roman, Arial, Helvetica, Verdana, Courier, sans-serif;
	font-size: 12px;
	color: #5b2120;
	text-align: left;
	vertical-align: middle;
	font-style: normal;
}

.txt_news {
	font-family: Times, Times New Roman, Arial, Helvetica, Verdana, Courier, sans-serif;
	font-size: 16px;
	color: #5b2120;
	text-align: justify;
	vertical-align: middle;
	margin: 5px;
	padding: 5px;
}

a:link {
	color: #5b2120;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: Gray;
}
a:hover {
	text-decoration: underline;
	color: #7f3d87;
}
a:active {
	text-decoration: blink;
	color: #7f3d87;
}
