si il resto del foglio funziona

body {
background-color: #ffffff;
}

/*_____________ TESTO ______________*/
.testo {
font-family:verdana;
font-size:10px;
}


/*_____________ LINK MENU ______________*/
a:link {
font-weight:bold;
color : #000000;
text-decoration: none
}

a:visited {
font-weight:bold;
color : #000000;
text-decoration: none
}

a:hover {
font-weight:bold;
color : #f00000;
text-decoration : underline;
}

a:active {
font-weight:bold;
color : #f00000;
text-decoration: underline
}

/*_____________ LINK TITOLO ______________*/
.titolo a:link {
font-weight:bold;
color : #ffffff;
font-family:verdana;
font-size:10px;
text-decoration: none
}

.titolo a:visited {
font-weight:bold;
color : #ffffff;
font-size:10px;
text-decoration: none
}

.titolo a:hover {
font-weight:bold;
color : #000000;
font-size:10px;
text-decoration : underline;
}

.titolo a:active {
font-weight:bold;
color :#000000;
font-size:10px;
text-decoration: underline

/*_______ FONDO ARANCIONE _____*/

.fondoarancione {
background-color:#F89535;
}

/*_______ FONDO BIANCO _____*/

.fondobianco {
background-color:#ffffff;
}