
/*
	Title: Omni Group
	VERSION: 1.0
	
	STYLESHEET FOR SUPER ANCIENT BROWSERS
	
	- Defines styles for browsers that don't support @import
	- Only body & links need styling
	- Markup should be nice so site should still be usable
*/

@import url(reset.css); /* RESET ALL STYLES */
@import url(screen.css); /* IMPORTS MODERN CSS */
@import url(forms.css); /* IMPORTS FORMS */
@import url(enhance.css); /* PROGRESSIVE ENRICHMENT STYLES */


