@charset "UTF-8";
/* CSS Document */

body { color: #202020; margin: 0px; background-image: url(images/bg.png); background-attachment: fixed;}
img { border: 0;}
a:link { color: #202020; text-decoration: none; }
a:visited { color: #202020; text-decoration: none; }
a:hover { color: #202020; text-decoration: underline; }
a:active { color: #202020; text-decoration: underline; }
a.menu:link { color: #EEEEEE; text-decoration: none; margin-left: 15px; margin-right: 30px; display: block;}
a.menu:visited { color: #EEEEEE; text-decoration: none;  margin-left: 15px; margin-right: 30px; display: block;}
a.menu:hover { color: #EEEEEE; text-decoration: none;  margin-left: 15px; margin-right: 30px; display: block; text-shadow: 0 0 0.5em #639bd0, 0 0 0.5em #639bd0, 0 0 0.5em #639bd0}
a.menu:active { color: #EEEEEE; text-decoration: none;  margin-left: 15px; margin-right: 30px; display: block; text-shadow: 0 0 0.5em #639bd0, 0 0 0.5em #639bd0, 0 0 0.5em #639bd0}
a.address:link { color: #EEEEEE; text-decoration: none; text-shadow: 0 0 0.1em #639bd0, 0 0 0.1em #639bd0, 0 0 0.1em #639bd0}
a.address:visited { color: #EEEEEE; text-decoration: none; text-shadow: 0 0 0.1em #639bd0, 0 0 0.1em #639bd0, 0 0 0.1em #639bd0}
a.address:hover { color: #EEEEEE; text-decoration: none; text-shadow: 0 0 0.1em #639bd0, 0 0 0.1em #639bd0, 0 0 0.1em #639bd0}
a.address:active { color: #EEEEEE; text-decoration: none; text-shadow: 0 0 0.1em #639bd0, 0 0 0.1em #639bd0, 0 0 0.1em #639bd0}
.address {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 15px;
	color: #EEEEEE;
}

.menu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: #EEEEEE;
}
.testo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align: justify;
	color: #202020;
}
.testo_small {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: justify;
	color: #202020;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:24px;
	color: #202020;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	text-align: justify;
	color: #202020;
}