<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***********************************************/
/* default.css                                 */
/***********************************************/


body{
	font-family: Arial, Helvetica, sans-serif;
	color: #996600;
	background-attachment: fixed;
	background-color: #c8c370;
}

a:link, a:visited, a:hover {
	text-decoration: underline;
	color: #996600;
}

a:hover {
	text-decoration: none;
	color: #996600;
	font-weight: bold;
}

h1, h2, h3{
	margin: 0px;
	padding: 0px;
	text-align: center;
}
ol{
	list-style-type: none;
	text-align: left;
	margin-left: 100px;
}
ul{
	margin:0;
	padding:0;
	text-align: center;
	list-style: none;
	line-height: 150%;
}
	
li {
	margin:0;
	padding:0;
	font-size: 10pt;
}


h1{
	font-size: 16pt;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	padding-bottom: 15px;
}
h2{
	font-size: 18pt;
	padding-bottom: 30px;
	padding-top: 30px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.titolo{
	font-size: 12pt;
	padding-top: 5px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}	
.navbar{
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	line-height: normal;
	text-align: left;
	text-indent: 15px;
	margin-top: 15px;
	margin-bottom: 5px;
}
.testo{
	font-size: 10pt;
	text-indent: 1cm;
	line-height: 150%;
	text-align: justify;
	margin-left: 100px;
	margin-right: 100px;
	margin-top: 0cm;
	margin-bottom: 0.0001pt;
	font-weight: normal;
	color: #333333;
	font-style: normal;

}
.cuntu{
	font-size: 10pt;
	line-height: 150%;
	text-align: justify;
	margin-left: 100px;
	margin-right: 100px;
	font-weight: normal;
	color: #333333;
	font-style: normal;
}
.titolo2{
	font-size: 12pt;
	padding-top: 5px;
	margin-left: 100px;
	margin-right: 100px;
	text-align: left;
	font-weight: bold;
	color: #333333;
	line-height: 120%;
	font-style: normal;

}
.riferimenti{
	font-size: 8pt;
	text-align: center;
	margin-left: 1.5cm;
	margin-right: 1.5cm;
	margin-top: 15px;
	font-weight: normal;
}
.link{
	font-size: 10pt;
	text-align: center;
	margin-left: 1.5cm;
	margin-right: 1.5cm;
	margin-top: 15px;
	font-weight: normal;
}
.bordi2{
	border: 1px solid #333333;
	padding: 2px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
	

}
#frame {
	position:relative;
	margin: 0 auto;
	width:800px;
	background-color: #FFFFFF;
	border: 1px solid #000033;
}

div#nav{
	height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 150%;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000033;
	border-bottom-color: #996600;
	background-color: #DDD04D;
}
div#nav ul {
	list-style: none; /* elimino i punti elenco */
	margin: 0px 0px 0px 0px; /* elimino i rientri delle liste */
	padding: 0px 0px 0px 0px; /* elimino i rientri delle liste */
	text-align: center;
}
div#nav li{
	display: inline; /* mette gli elementi della lista in linea */
	padding: 2px 2px 2px 2px;
	margin: 5px 5px 5px 5px;
	font-weight: bold;
	font-size: 10pt;
    
}
div#nav li a:hover{
	text-decoration: none;
	color: #996600;
}
div#nav li a:link{
	color: #996600;
}
div#nav li a:hover, div#nav li a:focus, div#nav li a:active {
    color: #996600;
    border-bottom: 2px solid #000033;
}

#header{
	background-image: url(../immagini/header.jpg);
	height: 200px;
	

}

#content{
	background-color: #FFFFFF;
	padding-bottom: 30px;
	text-align: center;
	padding-top: 30px;
	color: #333333;
	font-size: 10pt;
	font-style: normal;
	line-height: 150%;
	font-variant: normal;
	font-weight: normal;
	
}

#footer{
	font-size: 8pt;
	background-color: #DDD04D;
	font-style: normal;
	line-height: normal;
	height: 30px;
	text-align: center;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000033;

}

#dropmenudiv{
	position:absolute;
	border: 1px solid #666;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	background-color: #FFFFCC;
	color: #666666;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #DDD04D;
font-weight: bold;
color: #996600;
}
#cmenu01v{
	width: 250px;
	padding-top: 5px;
	margin:auto;
}
#menu01v{
	font: 80% Arial, Helvetica, sans-serif;
	position: relative;
    margin:auto;


}
#menu01v ul{
	list-style: none;
	text-align: left;
}
#menu01v li{
	font-size: 1.1em;
	height: 80%;
}
#menu01v a:link, #menu01v a:visited{
	display: block;
	color: #333333;
	margin:0.06em 0;
	padding: 0.3em 0.6em;
	text-decoration: none;
	border: 1px solid #333333;
	background-color: #FFFFCC;

}

#menu01v a:hover, #menu01v a:focus, #menu01v a:active{
	color: #996600;
	padding-left: 0.95em;
	font-weight: bold;
	background-color: #E5DA71;
	border-color: #996600;
}
#navbar_c{
	width: 170px;
	top: 251px;
	position: absolute;
	text-align: left;
	text-indent: 15px;
}	
#navbar{
	font: 80% Arial, Helvetica, sans-serif;
	margin:auto;
  }
#navbar ul{
	list-style: none;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
#navbar li{
	text-indent: 15px;


}

#navbar a:link, #navbar a:visited {display: block;
           color: #333333;
           background-color: #ffffff;
           border-bottom: solid 1px #000000;
           padding-bottom: 3px;
           padding-top: 3px;
           text-decoration: none;
		   }
.bordo_sup{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
		   
#navbar a:hover{color: #996600;
	border-color: #41545F;
	padding-left: 3px;
	font-weight: bold;
	background-color: #DDD04D;
		   }

#content2{
	position: relative;
	width: 629px;
	padding-bottom: 30px;
	text-align: center;
	padding-top: 50px;
	color: #333333;
	font-size: 10pt;
	font-style: normal;
	line-height: 150%;
	font-variant: normal;
	font-weight: normal;
	border-left-style: solid;
	border-left-color: #000033;
	border-left-width: 1px;
	left: 170px;
}
.img{
	border: 1px solid #666666;
	margin-top: 10px;
}
</pre></body></html>