I managed to change it. It should be:
@import 'categories.css';
* { margin: 0; padding: 0; }
html { filter: expression(document.execCommand("BackgroundImageCa che", false, true)); }
body {
font: 13px/18px "Trebuchet MS", Tahoma, Arial, sans-serif;
color: #000000;
background: #BDEDFF;
}...