/* Styles adapted from Yale Blue Site Pages
Web Services, ITS, Yale University
CSS styles by Victor Velt <victor.velt@yale.edu>
7-6-07, version 3 (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(georgia_fonts.css);

/* Main font styles in the center column are in the 
   'georgia_fonts.css' style sheet.
   
   Font styles in the side columns are in the 'core.css' 
   style sheet.
*/