/* ============================================
 *  _screen.css
 *  Master screen stylesheet for www.pcc.edu.
 *  Uses @import to bring in style rules in
 *  order to hide styles from older browsers.
 * --------------------------------------------
 *  owner: PCC Web Team <webteam@pcc.edu>
 *  author: Curtis Harvey <charvey@pcc.edu>
 *  created: 2004-08-02 modified: 2005-06-05
 * ============================================ */

/* primary styles (type, default color scheme) */
 @import url("base.css");

/* page layout */
@import url("layout.css");

/* hacks and browser fixes */
@import url("hacks.css");