/* This is the basic stylesheet used to import the modular stylesheets */

/* DEFAULT Styles for the key rules that will apply to every page, such as font control,
color, and headings. */
@import url("default.css");

/* LAYOUT Positions all of the elements in the website */
@import url("layout.css");

/* LINKSETS */
@import url("linksets.css");

/* LISTS */
@import url("lists.css");

/* BLOCK ELEMENTS */
@import url("elements.css");

/* FORMS */
@import url("forms.css");

/* TABLES */
@import url("tables.css");