/* MASTER STYLE SHEET
   The master style sheet is used for importing the requried style sheets for the website.
*/

@import url("/css/reset.css");
@import url("/css/structure.css");
@import url("/css/global.css");