/* font size
------------------------------------- */
 /* IE 6 or sooner*/
* html body {
     font-size: 75%;
}

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

/* from YUI font CSS
------------------------------------- */
pre,code,kbd,samp,tt {
     font-family:monospace;
     *font-size:108%;
     line-height:100%;
}