/*
	This stylesheet is a) identical to the main stylesheet except for the three declarations following the @import rules, and b) called only when the user selects the 'larger' option in the stylesheet switcher. 
*/


/* Basic styles for html elements and various classes: */
@import url(html.css);

/* Structural styles pertaining to actual layout of elements on the page */
@import url(layout.css);

/* Styles for the various navigation menus, including the stylesheet switcher and utility menu at top right: */
@import url(navigation.css);

/* Styles for IE5 Win only: */
@media tty {
 i{content:"\";/*" "*/}} @import 'ieWin.css'; /*";}
}/* */

/* Styles for IE Mac only: */
/*\*//*/
  @import "ieMac.css";
/**/

body {
	font-size:105% !important;
}

#largerFonts {
	text-decoration:underline;
}

#defaultFonts,
#largestFonts {
	text-decoration:none;
}