/*

Blake Butcher
blake.butcher@gmail.com

imports stylesheets for screen

*/

/* :TODO: a reminder that something needs to be changed, fixed, or revisited later on */
/* :KLUDGE: to explain a nasty workaround */
/* :BUG: to document a problem with the code or particular browser */
/* :TRICKY: particularly complicated code */

@import url("elements.css");
@import url("content.css");
/* @import url("debug.css"); /* highlights invalid HTML for testing */