@charset "utf-8";
/*
	This file imports all styles for screen (computer monitors) media.
	It is easier to manage the css framework by importing all stylesheets
	here and thus only needing one link tag on web pages. If a new style sheet
	is introduced it can be added to this list and a new link tag does not 
	need to be added to all web pages.
*/

/* Styles to reduce browser inconsistencies. Reset must always be first in this list. */
@import url("reset.css");

/* Styles to implement typography on html elements. Most fonts-family, font-size, color, line-height, margin and padding attributes are set in this file. */
@import url("typography.css");

/* Styles for page layout elements. */
@import url("layout.css");

/* Styles for form elements. */
@import url("form.css");

/* Styles for individual classes. Does not include styles for tags with no class assigned. */
@import url("special.css");