browser = navigator.appName
if(browser.indexOf("Microsoft")!=-1)
{
	document.write('<style type="text/css">body {scrollbar-face-color: #FF00CC; scrollbar-highlight-color: #f1f1f1; scrollbar-3dlight-color: #666666; scrollbar-track-color: #000000; scrollbar-arrow-color: #ffffff;}</style>');
}