/*Main style sheet that is used to pull in specific style sheets */

@import "style_header.css";
@import "style_navbar.css";
@import "style_body.css";
@import "style_footer.css";

