ciao mi servirebbe il vostro aiuto per questo css

codice:
body	{
	background-color: black;
	scrollbar-face-color: black;
	scrollbar-arrow-color: black;
	scrollbar-track-color: red;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: black;
	scrollbar-shadow-color: black;
	scrollbar-darkshadow-color: black;
 	}
	
a:link	{
	text-decoration: none;
	color: white;
 	}

a:visited	{
	text-decoration: none;
	color: white;
 	}
	
a:hover	{
	text-decoration: none;
	color: red;
 	}

p	{
	text-align: justify;
	font-size: 9pt;
	font-family: Arial, Verdana;
	color: white;
 	}
	
h1	{
	text-align: center;
	font-size: 16pt;
	color: red;
 	}
	
.voto	{
	text-align: center;
	font-size: 11pt;
 	color: red;
	}
	
.staff	{
	text-align: justify;
	font-size: 9pt;
 	color: #c0c0c0;
	}
	
	
.titolo	{
	text-align: center;
	font-size: 16pt;
 	color: #ff0000;
	}
	
.ultime{
	text-align: center;
	font-size: 8pt;
 	color: #ff0000;
	}
questo è la struttura del css che uso per il sito web che gestisco copiata pari pari.
come mai la scrollbar "non cambia di colore"? forse è perchè uso mozilla firebird o non dovrebbe essere un problema?

grazie per le risposte in anticipo.