/* Styles for Rudd Center
Web Services, ITS, Yale University
CSS styles by Victor Velt <victor.velt@yale.edu>
10-2-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(fonts.css);
@import url(nav.css);

.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
}
.style3 {	color: #990000;
	font-weight: bold;
	font-size: 16px;
}

/* 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.
*/