/* Be more specific to override imported rule */
body, body div, body p, body th, body td, body li, body dd	{
	/* Value for WinIE4/5 */
	font-size:	small;
	/* Trick WinIE4/5 into thinking rule is over */
	voice-family:	"\"}\"";
	/* Recover from trick */
	voice-family:	inherit;
	/* Intended value for better browsers */
	font-size:	medium
}

html>body, html>body div, html>body p, html>body th, html>body td, html>body li, html>body dd	{
	/* Work around an Opera bug */
	font-size:	medium
}
