body {
	background-color: #ffffff;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	font-family:verdana;
   font-size:9px;
}

/*_____________ TESTO BIANCO ______________*/
.testobianco {
font-family:verdana;
font-size:10px;
color: #ffffff;
}

/*_____________ TESTO BOLD VERDE______________*/
.boldverde {
	font-family: Verdana;
	font-size: 10px;
	color: #8DD23B;
	font-weight: bold;
}

/*_____________ TESTO BOLD NERO______________*/
.boldnero {
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
	font-weight: bold;
}

/*_____________ LINK MENU ______________*/
a:link {
   	font-size: 9px;
	color: #000000;
	text-decoration: none;
} 

a:visited {
   font-size: 9px;
	color: #000000;
	text-decoration: none;
} 

a:hover {
	font-size: 9px;
	color: #6BA426;
	text-decoration: none;
} 

a:active {
	font-size: 9px;
	color: #6BA426;
	text-decoration: none;
}

/*_____________ LINK EMAIL ______________*/
.email a:link {
font-weight:bold;
color : #ffffff;
font-family:verdana;
font-size:10px;
text-decoration: none
} 

.email a:visited {
font-weight:bold;
color : #ffffff;
font-size:10px;
text-decoration: none
} 

.email a:hover {
font-weight:bold;
color : #6BA426;
font-size:10px;
text-decoration : none;
} 

.email a:active {
font-weight:bold;
color :#6BA426;
font-size:10px;
text-decoration: none
}

/*_____________ LINK EMAIL ______________*/
.piscine a:link {
color : #000000;
font-family:verdana;
font-size:9px;
text-decoration: none
} 

.piscine a:visited {
color : #000000;
font-size:9px;
text-decoration: none
} 

.piscine a:hover {
color : #31CBFE;
font-size:9px;
text-decoration : none;
} 

.piscine a:active {
color :#31CBFE;
font-size:9px;
text-decoration: none
}

/*_______ FONDO BLU _____*/
.fondoblu {
background-color:#31CBFE;
}

/*_______ FONDO CELESTE _____*/
.fondoceleste {
background-color:#EFF8FB;
}

/*_______ FONDO VERDE _____*/
.fondoverde {
background-color:#8DD23B;
}

/*_______ FONDO CONTATTI _____*/

.contatti {
	background-image: url(immagini/contatti.gif);
}



