/* 
 * 	Screen stylesheet 
 *	=================
 *	Provide a rich interface for graphical clients.
 */
 
@import url(structure.css);		/* Defines the basic structure of the graphical view */ 
@import url(templates.css);		/* Rules for the graphical representation of the default templates. */
@import url(typography.css);		/* Basic typography rules, font family, size, color etc. */
@import url(elements.css);			/* Placeholder for page elements such as pull quotes and special tables. */
@import url(modules.css);

