<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	background-color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color:#fff;
}

a{
	color:rgb(161,196,44);
}

a:hover{
	color:#518927;
}


.bg-green{
	/*background-color: #59982C;*/
	background-color: rgba(0, 0, 0, 0.7);
}

.bg-green a{
	color:rgb(255,255,255,1)!important;
}

.bg-green li:hover{
	background-color: rgb(161,196,44,0.6);
}

div.testi{
	min-height: 500px;
}

footer{
	font-size: 14px;
	color:#414141;
}

div#foot-up{
	background-color: #111111;
	padding-top: 40px;
	padding-bottom: 40px;
}

div#foot-up a{
	color:#626161;
}

div#foot-down{
	background-color: #080808;
	padding-top: 15px;
}

div.intestazione span{
	color:#9A9A9A;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 15px;
	display: inline-block;
}

div.intestazione{
	color:#626161;
}

footer .quickmenu ul{
	list-style-type: none;
	padding-top: 35px;
}

footer .quickmenu a{
	color:#9A9A9A!important;
	padding-bottom: 4px;
}

.quote_top::before {
	color: #59982C;
	content: "â€œ";
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 60px;
	font-weight: bold;
	margin-right: 5px;
	position: relative;
	top: 50px;
	left: -50px;
}

.quote_top::after {
    color: #59982C;
    content: "â€";
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 60px;
    font-weight: bold;
    position: relative;
    top: -55px;
    right: -570px;
}

 .testo_home {
    font-size: 20px;
    font-weight: 300;
    line-height: 40px;
    padding-left: 20px;
}

div.bg-testo{
	    background-image: url(../images/generale/bg-home.png);
    background-position: right;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 80px;
}

div#contPdf{
	margin-top: 50px;
}

p#credits{color:#626161;font-size: 12px;}

p#credits a{font-weight: 600;color:#b1b1b1;}</pre></body></html>