@import "general.css";
@import 'print.css';

/*	the first rule imports the general stylesheet
	this hides them from older browsers which don't support @import with double quotes
	and avoids nasty surprises like Netscape Navigator 4.x (who uses that, still?) crashing
	quite spectacularly when attempting to render the layout */
/*	the second import hides the problematic print styles from IE5/Mac */

/* see http://centricle.com/ref/css/filters/ for further details */	