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