/* Separate file for font size as workaround for Window MSIE 5/5.5, taken from O'Reilly's CSS Cookbook recipe 1.2 */

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

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