Scrollbar colors?

I am using this code, but it’s not working:

<style type=“text/css”>
body {
scrollbar-face-color: #FF9900;
scrollbar-darkshadow-color: #FFCC00;
scrollbar-arrow-color: #FFFFFF;
scrollbar-base-color: #FFFFFF;
scrollbar-shadow-color: #FFCC00;
scrollbar-3dlight-color: #FFCC00;
scrollbar-track-color: #FFFFFF; }
</style>

Would it make any difference that I am using a template?
Thanks