/* x-small.css*/

body, body div, body p, body th, body td, body li, body dd	{
	/* size for IE 4/5 because their default size is small instead of medium */
	font-size: x-small;
	/* trick IE 4/5 into thinking rule is over */
	voice-family: "\"}\"";
	voice-family: inherit;
	/* intended size for browsers */
	font-size: small;
}
/* be nice to opera rule */
html>body, html>body div, html>body p, html>body th, html>body td, html>body li, html>body dd	{
	font-size: small;
}
