body {
	background-color: #ffffff;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	font-family:verdana;
   font-size:11px;
}

/*_____________ TESTO BIANCO ______________*/
.testobianco {
font-family:verdana;
font-size:9px;
color: #ffffff;
font-weight: bold;
}



/*_____________ TESTO BOLD VERDE______________*/
.boldverde {
	font-family: Verdana;
	font-size: 10px;
	color: #8DD23B;
	font-weight: bold;
}

/*_____________ TESTO BOLD NERO______________*/
.boldnero {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}

/*_____________ TESTO BOLD NERO______________*/
.TestoMenuBolg {
	font-family: Verdana;
	font-size: 9px;
	color: #1a7594;
	font-weight: bold;
}

/*_____________ LINK MENU ______________*/
a:link {
   	font-size: 9px;
	color: #1A7594;
	text-decoration: none;
} 

a:visited {
   font-size: 9px;
	color: #1A7594;
	text-decoration: none;
} 

a:hover {
	font-size: 9px;
	color: #FFE850;
	text-decoration: none;
} 

a:active {
	font-size: 9px;
	color: #FFE850;
	text-decoration: none;
}

/*_____________ LINK EMAIL ______________*/
.menu a:link {

color : #1a7594;
font-family:verdana;
font-size:9px;
text-decoration: none
} 

.menu a:visited {

color : #1a7594;
font-size:9px;
text-decoration: none
} 

.menu a:hover {

color : #FFE850;
font-size:9px;
text-decoration : none;
} 

.menu a:active {

color :#FFE850;
font-size:9px;
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);
}



