/* Primary is our main CSS adapted from the CSS given to us by the original designers. In theory, this style sheet will be removed some day.  Or, at the very least, its order in this list will change. */
@import url("primary.css");

/* HTML.css is the file that redefines all general basic html tags. No classes or ids should go in here. */
@import url("html.css");

/* Layout.css is meant to hold the classes governing our margins, header, columns, footer, etc. */
@import url("layout.css");

/* Classes.css holds styles that should go on top of the HTML elements. For example, if you need all links in a div changed, you do that here. */
@import url("classes.css");

/* Contribute.css is where the Contribute-accessible styles should be saved. */
@import url("contribute.css");