/*   
Theme Name: Name
Theme URI: the-theme's-homepage
Description: a-brief-description
Author: your-name
Author URI: your-URI
Template: use-this-to-define-a-parent-theme--optional
Version: a-number--optional
.
General comments/License Statement if any.
.
*/

@import 'css/reset.css' screen; /* reset stylesheet */
@import 'css/main.css' screen; /* main screen stylesheet */

@import 'css/print.css' print; /* print stylesheet */

