<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">img {
	width: 500 px;
	height:500 px;

}

/*foto_sito/ape_biancospino_scala.jpg*/
body {
	font: 78%/1.5 arial, helvetica, serif;
	background: white url(foto_sito/ape_biancospino_scala.jpg);
	text-align: center;
	padding: 0;
	margin: 2em;
}

#container {
	width: 76em;
	background: #F4ECD9;
	text-align: left;
	border: 1px solid #eda;
	margin: 0 auto;
}

p {
	background: url(none) center no-repeat;
	margin: 1em 2em;
}

p#smurf {
	background: transparent;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	color: #7C6240;
}

#smurf strong {
	font-size: 1.2em;
	color: #7C6240;
}

h1 {
	height: 100px;
	background: url(foto_sito/logo_internet2.jpg) bottom left repeat;
	text-indent: -999em;
	margin: 0.1em 0 0 0;
	
}




#nav, #nav ul {
	float: left;
	width: 76em;
	list-style: none;
	line-height: 1;
	background: white;
	font-weight: bold;
	padding: 0;
	border: solid #eda;
	border-width: 1px 0;
	margin: 0 0 1em 0;
}

#nav a {
	display: block;
	width: 10em;
	width: 6em;
	color: blue;
	text-decoration: none;
	padding: 0.25em 2em;
}

#nav a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
	width: 10em;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	width: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 13em
}

#nav li ul a {
	width: 13em;
	width: 9em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: pink;
}



#content {
	clear: left;
}

#content a {
	color: blue;
}

#content a:hover {
	text-decoration: none;
	color: lime;
}

#scaffolding {
	height: 70px;
	background: white url(foto_sito/none.jpg) no-repeat;
	border: solid #eda;
	border-width: 1px 0 0 0;
	margin: 1em 0 0 0;
}

#scaffolding a {
	text-decoration: none;
	text-indent: -999em;
	display: block;
	height: 70px;
	background: url(foto_sito/none.jpg) no-repeat;
	background-position: 181px 0;
}

#scaffolding a:hover {
	background-position: 181px -70px;
}

	a {
		color:blue;

	}

	a:visited {
		color: #09c;

	}
	a:hover {
		color: lime;

	}
	a:active {
		color: red;

	}
	#link1 {
		

	}

	#link1:hover {
		text-decoration:none

	}

	#link2 {
		text-decoration:none
		border-bottom: 2px dotted #0c0;
	}


</pre></body></html>