/*- NS4.x doesn't understand @import directive
  - Single quotes used so IE5/Mac will ignore */

/* Import other CSS modules */
@import 'screen.css' screen;
@import 'print.css' print;