document.write("<table><tr><td style=\"padding:1em 0 0 0;\"><table>");
document.write("<tbody><tr><td><code>font-size-adjust : .58 ;</code></td></tr><tr style=\"font-family: 'hoge','Times New Roman'; font-size: 14px; font-size-adjust: .58;\"><td>");
document.write("<ul><li>the 'font-size' and 'font-size-adjust' properties</li>");
document.write("<li>ABCDEFG HIJKLMN OPQRSTU VWXYZ</li>");
document.write("<li>abcdefg hijklmn opqrstu vwxyz</li>");
document.write("<li>0123456789</li></ul></td></tr>");
document.write("<tr><td><code>font-size-adjust : normal ;</code></td></tr><tr style=\"font-family: 'hoge','Times New Roman'; font-size: 14px;\"><td>");
document.write("<ul><li>the 'font-size' and 'font-size-adjust' properties</li>");
document.write("<li>ABCDEFG HIJKLMN OPQRSTU VWXYZ</li>");
document.write("<li>abcdefg hijklmn opqrstu vwxyz</li>");
document.write("<li>0123456789</li></ul></td></tr>");
document.write("</tbody></table></td></tr></table>");

