/* css_CSS.css */
/* This is the main CSS file for the site. Link to it from an HTML page. Within
this CSS file import other formatting */

/* Start all browsers on a level playing field by initializing padding and margins to 0. */
@import url("css_Start.css");

/* Tags go first. */
@import url("css_Tags.css");

/* ID selectors go second. Think of active articles that apply to a specfic something: "the apple" */
@import url("css_IDs.css");

/* Class selectors go third. Think of passive articles that apply to generic something: "an apple" */
@import url("css_Selectors.css");

/* Pseudo-selectors go last. */
@import url("css_Pseudo.css");

