# Line : 1 (Level : 1) You have no color with your background-color : .BODY
# Line : 20 (Level : 1) You have no background-color with your color : .testo

cos'è questa novità? è la prima volta che mi riscontra questo errore.
ecco le classi per intero:

.BODY {margin:0px;text-align:center;padding:0px;background-color:#000000;background-image:url(../images/fondo_pagina_sfumato.jpg);background-repeat:repeat-x;background-position:top center;background-attachment:fixed;}

.testo
{font-size:10px;font-family:verdana,arial,helvetica,sans-serif;color:#666655;}
.testo a:link {color:#777766;text-decoration:none;}
.testo a:visited {color:#777766;text-decoration:none;}
.testo a:active {color:#777766;text-decoration:none;}
.testo a:hover {color:#999977;text-decoration:none;}