/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */

body {
	*font-size: small;
	*font: x-small;
	line-height: 1.22;
	font-size: 13px;
}

table {
	font-size: inherit;
	font: 100%;
}

/**
 * Bump up IE to get to 13px equivalent
 */

pre,code,kbd,samp,tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 99%;
}