body {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	font-family: verdana;
	font-size: 11px;
	background-image:url(immagini/Sfondo.gif)
}

/*_____________ TESTO bianco ______________*/
.boldbianco {
	font-family: Verdana;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}

/*_____________ TESTO piccolo______________*/
.piccolo {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}

/*_____________ TESTO ______________*/
.testo {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}

/*_____________ LINK MENU VERDE ______________*/
.group a:link {
   font-weight:bold;
   font-size: 18px;
	color: #000000;
	text-decoration: none;
} 

.group a:visited {
	font-weight:bold;
   font-size: 18px;
	color: #000000;
	text-decoration: none;
} 

.group a:hover {
	font-weight:bold;
	font-size: 18px;
	color: #12AFE4;
	text-decoration: none;
} 

.group a:active {
	font-weight:bold;
	font-size: 18px;
	color: #12AFE4;
	text-decoration: none;
}

/*_____________ LINK MENU ROSSO ______________*/
a:link {
   font-weight:bold;
   font-size: 11px;
	color: #33CCFF;
	text-decoration: none;
} 

a:visited {
	font-weight:bold;
   font-size: 11px;
	color: #33CCFF;
	text-decoration: none;
} 

a:hover {
	font-weight:bold;
	font-size: 11px;
	color: #12AFE4;
	text-decoration: none;
} 

a:active {
	font-weight:bold;
	font-size: 11px;
	color: #12AFE4;
	text-decoration: none;
}

/*_______ FONDO blu _____*/
.fondoblu {
background-color:#0000FF;
}

/*_______ FONDO celeste _____*/
.fondoceleste {
background-color:#F0F3FA;
}

/*_______ FONDO rossochiaro _____*/
.fondorossochiaro {
background-color:#FCECEC;
}

/*_______ FONDO rosso _____*/
.fondorosso {
background-color:#E72019;
}

/*_______ FONDO verdechiaro _____*/
.fondoverdechiaro {
background-color:#D9EACB;
}

/*_______ FONDO verde _____*/
.fondoverde {
background-color:#258929;
}
