/* Separate file for font size as workaround for Window MSIE 5/5.5 */
/* Taken from O'Reilly's CSS Cookbook recipe 1.2 */
/* Should be similar to CalorieLab's ...cake/clab_app/webroot/css/fontsize.css */

#page {
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}

html>#page {
	font-size: small;
}
