browser = navigator.appName
if(browser.indexOf("Microsoft")!=-1)
{
	document.write('<style type="text/css">body, select {scrollbar-face-color: #EC9C19; scrollbar-highlight-color: #cccccc; scrollbar-3dlight-color: #333333; scrollbar-track-color: #530000; scrollbar-arrow-color: #ffffff;}</style>');
}