/* Styles Combined
Web Services, ITS, Yale University
CSS styles by Victor Velt <victor.velt@yale.edu>
10-17-07, version 1 (VV)
--------------------------------------------------------------- */

/* This is the main style sheet.

   Style sheets are organized like modules. Better browsers 
   will combine the following @import style sheets together. 
   The "media" attribute cannot be used with these imported
   styles however because this is not supported by 
   Internet Explorer. 
   
   Print styles are in a second linked style sheet.
   
--------------------------------------------------------------- */


/* Imported Styles for better browsers:
   The @import styles are assumed to be media="all"
----------------------------------------------------- */
@import url(core.css);
@import url(topperskin_lines.css);
@import url(nav.css);
@import url(typography.css);

