<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a {
	text-decoration: none;
	outline: none;
}

#button-home, #button-ombrelli, #button-laboratorio, #button-dove, #button-contatti, #button-uomo, #button-donna, #button-foulard, #button-giardino {
	width: 300px;
	height: 25px;
	display: block;
	margin-left: -150px;
	outline: none; /* removes purple dotted outline in firefox */
}

#button-home:hover, #button-ombrelli:hover, #button-laboratorio:hover, #button-dove:hover, #button-contatti:hover, #button-uomo:hover, #button-donna:hover, #button-foulard:hover, #button-giardino:hover {
	width: 150px;
	height: 25px;
	margin-left: 0;
	display: block;
}

#button-uomo:hover, #button-donna:hover, #button-foulard:hover, #button-giardino:hover {
	height: 18px;
}

#button-uomo, #button-donna, #button-foulard, #button-giardino {
	height: 18px;
}

#button-home {
	background: url("../images/buttons/home.jpg");
}

#button-ombrelli {
	background: url("../images/buttons/ombrelli.jpg");
}

#button-laboratorio {
	background: url("../images/buttons/laboratorio.jpg");
}

#button-dove {
	background: url("../images/buttons/dove.jpg");
}

#button-contatti {
	background: url("../images/buttons/contatti.jpg");
}

#button-uomo {
	background: url("../images/buttons/uomo.jpg");
}

#button-donna {
	background: url("../images/buttons/donna.jpg");
}

#button-foulard {
	background: url("../images/buttons/foulard.jpg");
}

#button-giardino {
	background: url("../images/buttons/giardino.jpg");
}

a.common {
	text-decoration: none;
	color: black;
	border-bottom: 1px dashed black;
}

a.common:hover {
	text-decoration: none;
	border-bottom: 1px dashed transparent;
	background: url("../images/a-bg.gif") left top repeat-x;
}

a.webmaster-link {
	text-decoration: none;
	color: #dcf0dc;
	border-bottom: 1px dashed #dcf0dc;
}

a.webmaster-link:hover {
	text-decoration: none;
	color: white;
	border-bottom: 1px dashed transparent;
}</pre></body></html>