Hola amigo...
Prueba metiendo el stylo en un .css a ver si funciona por casualidad...
coloca entre <head> y </head> esto...
<link href="archivo.css" rel="stylesheet" type="text/css">
y en archivo.css
body {
scrollbar-3dlight-color : #CCCCCC;
scrollbar-darkshadow-color : #000000;
scrollbar-highlight-color : #FFFFFF;
scrollbar-shadow-color : #666666;
scrollbar-arrow-color : #000000;
scrollbar-face-color : #FF9000;
scrollbar-track-color : #CCCCCC;
)
Coloca tambien por no dejar esto entre <head> y </head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
Saludos...