/* The normalize stylesheet overides all default browser CSS settings so we can start with a blank slate */
@import url(normalize.css);
/* The layout style sheet contains display properties, floats and positioning, height and width, 
	padding and margins */
@import url(layout.css);
/* The color style sheet contains all background properties, colors, images, and text-colors */
@import url(color.css);
/* The typography style sheet contaings font families and sizes, line heights, letter spacing, and
	text decoration */
@import url(typography.css);