/**
 * 84.5% for !IE, keywords for IE
 * Percents could work for IE, but for backCompatability purposes, we are using keywords.
 * x-small is for IE < 6 and IE6 quirks mode.
 * 
 *
body {font:13px Verdana, sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}



pre, code {font:115% Verdana, sans-serif; *font-size:100%;}

/**
 * Default line-height based on font-size rather than "computed-value
 */
body * {line-height:1.22em;}
