body {
	font-family: 'Gilda Display', serif;
}
.gilda {
	font-family: 'Gilda Display', serif !important;
}
@media only screen and (max-width: 640px), only screen and (max-device-width: 640px) {
	.image {
		width: 280px;
	}
	.search {
		width:280px !important;
	}
}
h1 {
	margin-bottom:-8px;
}
h2 {
	margin-bottom:-5px;
}
p {
	margin-bottom:-5px;
}
/* Desktop sopra i 1024px */
@media only screen
and (min-width : 1025px) { 
	.image {
		max-width: 600px;
	}
	.search {
		width:500px !important;
	}
}
/* altri stili*/
.alink {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	border:none;
}
a {
	color:green;
	font-weight:bold;
	text-decoration:none;
}
a:link, a:visited {
	color:#444444;
	font-weight:bold;
	text-decoration:none;
	
}
a:hover, a:active {
	color:green;
	text-decoration:underline;
}
.campoditesto {
	font-size: 11px;
}
.small_link {
	font-size: 11px; background-color:#FFFFCC;
}
.off_link {
	color:green;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline;
}
.big_link {
	color:#000000;
	
	font-size: 12px;
}
.img_link{
	color:#FFFFFF;
	text-decoration:none;
}
.title {
	font-size: 14px;
	font-weight: bold;
}

.tab_fly {
	border: thin dashed #CCCCCC;
	background-color: #FFFFFF;
	padding:7px;
	border-spacing: 0.4rem;
}
.logo {
	font-family: 'Special Elite', cursive;
	font-size: 2.7rem;
	text-shadow:1px 2px #CCC;
	color: green;
}