body {
	background-image: url(immagini/fondino.h.gif);
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

/*_______ FONDO GIALLO _____*/

.fondogiallo {
background-color:#F4AB10;
}

/*_______ FONDO ROSSO _____*/

.fondorosso {
background-color:#D11D35;
}

/*_______ FONDO SFUMATURA SINISTRA _____*/

.sfumatura {
background-image:url(immagini/fondino.gif);
}

/*_______ FONDO SFUMATURA DESTRA _____*/

.sfumatura1 {
background-image:url(immagini/fondino1.gif);
}

/*_______ FONDO LINEE SINISTRA _____*/

.linee {
background-image:url(immagini/fondino.linee.jpg);
}

/*_______ FONDO LINEE DESTRA _____*/

.linee1 {
background-image:url(immagini/fondino.linee1.gif);
}

/*_____________ TESTO ______________*/
.testo {
font-family:verdana;
font-size:10px;
color:#F4AB10;
}

/*_____________ TESTO ROSSO ______________*/
.bold {
font-family:verdana;
font-size: 10px;
color:#D11D35;
font-weight: bold;
}

/*_____________ TESTO GIALLO ______________*/
.giallo {
font-family:verdana;
font-size: 10px;
color:#F4AB10;
font-weight: bold;
}

/*_____________ LINK MENU ______________*/
a:link {
font-family:verdana;
font-size: 10px;
font-weight:bold;
text-align: left;
color : #000000;
text-decoration: none
} 

a:visited {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
} 

a:hover {
font-family:verdana;
font-size: 10px;
font-weight:bold;
color : #f00000;
text-decoration : none;
} 

a:active {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #f00000;
	text-decoration: none;
}

