/* *****************************************************************************
FILE:		xl-text.css
--------------------------------------------------------------------------------
PURPOSE: 	Increase the text size on the site without breaking the nav, etc.
***************************************************************************** */

@import url('design.css');

@media all {

#primary {
	font-size: x-large;
	line-height: 1.4em;
}

}
