<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>ie9加粗后字间距小及IE9的hack</title>
<style type="text/css">
<!--
* {
 font-family:"宋体";
}
.STYLE_12 {
 font-size:12px;
}
.STYLE_13 {
 font-size:13px;
}
.STYLE_14 {
 font-size:14px;
}
.STYLE_15 {
 font-size:15px;
}
.STYLE_16 {
 font-size:16px;
}
.STYLE_bold {
 font-weight: bold;
}
:root .STYLE_bold9 {
 letter-spacing:1px\9;
}
:root .STYLE_strong {
 letter-spacing:1px\9;
}
:root .STYLE_b {
 letter-spacing:1px\9;
}
-->
</style>
</head>

<body>
<table border="0" cellpadding="0" cellspacing="1" bgcolor="#FF0000">
  <tr>
    <td height="25" align="center" bgcolor="#FFFFFF">12px</td>
    <td height="25" bgcolor="#FFFFFF"><span class="STYLE_12">国国国国国国国国国</span></td>
  </tr>
  <tr>
    <td height="25" align="center" bgcolor="#FFFFFF">13px</td>
    <td height="25" bgcolor="#FFFFFF"><span class="STYLE_13">国国国国国国国国国</span></td>
  </tr>
  <tr>
    <td height="25" align="center" bgcolor="#FFFFFF">14px</td>
    <td height="25" bgcolor="#FFFFFF"><span class="STYLE_14">国国国国国国国国国</span></td>
  </tr>
  <tr>
    <td height="25" align="center" bgcolor="#FFFFFF">15px</td>
    <td height="25" bgcolor="#FFFFFF"><span class="STYLE_15">国国国国国国国国国</span></td>
  </tr>
  <tr>
    <td height="25" align="center" bgcolor="#FFFFFF">16px</td>
    <td height="25" bgcolor="#FFFFFF"><span class="STYLE_16">国国国国国国国国国</span></td>
  </tr>
</table>
<br />
<table border="0" cellpadding="0" cellspacing="1" bgcolor="#FF0000">
  <tr align="center">
    <td height="25" bgcolor="#FFFFFF">字号</td>
    <td height="25" bgcolor="#FFFFFF">font-weight: bold;</td>
    <td height="25" bgcolor="#FFFFFF">strong</td>
    <td height="25" bgcolor="#FFFFFF">b</td>
  </tr>
  <tr>
    <td height="25" align="center" bgcolor="#FFFFFF">12px</td>
    <td height="25" bgcolor="#FFFFFF"><span class="STYLE_12 STYLE_bold">国国国国国国国国国</span></td>
    <td height="25" bgcolor="#FFFFFF"><strong class="STYLE_12">国国国国国国国国国</strong></td>
    <td height="25" bgcolor="#FFFFFF"><b class="STYLE_12">国国国国国国国国国</b></td>
  </tr>
  <tr>
    <td height="25" align="center" bgcolor="#FFFFFF">12px\9</td>
    <td height="25" bgcolor="#FFFFFF"><span class="STYLE_12 STYLE_bold STYLE_bold9">国国国国国国国国国</span></td>
    <td height="25" bgcolor="#FFFFFF"><strong class="STYLE_12 STYLE_strong">国国国国国国国国国</strong></td>
    <td height="25" bgcolor="#FFFFFF"><b class="STYLE_12 STYLE_b">国国国国国国国国国</b></td>
  </tr>
  <tr>
    <td height="25" align="center" bgcolor="#FFFFFF">13px</td>
    <td height="25" bgcolor="#FFFFFF"><span class="STYLE_13 STYLE_bold">国国国国国国国国国</span></td>
    <td height="25" bgcolor="#FFFFFF"><strong class="STYLE_13">国国国国国国国国国</strong></td>
    <td height="25" bgcolor="#FFFFFF"><b class="STYLE_13">国国国国国国国国国</b></td>
  </tr>
  <tr>
    <td height="25" align="center" bgcolor="#FFFFFF">13px\9</td>
    <td height="25" bgcolor="#FFFFFF"><span class="STYLE_13 STYLE_bold STYLE_bold9">国国国国国国国国国</span></td>
    <td height="25" bgcolor="#FFFFFF"><strong class="STYLE_13 STYLE_strong">国国国国国国国国国</strong></td>
    <td height="25" bgcolor="#FFFFFF"><b class="STYLE_13 STYLE_b">国国国国国国国国国</b></td>
  </tr>
  <tr>
    <td height="25" align="center" bgcolor="#FFFFFF">14px</td>
    <td height="25" bgcolor="#FFFFFF"><span class="STYLE_14 STYLE_bold">国国国国国国国国国</span></td>
    <td height="25" bgcolor="#FFFFFF"><strong class="STYLE_14">国国国国国国国国国</strong></td>
    <td height="25" bgcolor="#FFFFFF"><b class="STYLE_14">国国国国国国国国国</b></td>
  </tr>
  <tr>
    <td height="25" align="center" bgcolor="#FFFFFF">14px\9</td>
    <td height="25" bgcolor="#FFFFFF"><span class="STYLE_14 STYLE_bold STYLE_bold9">国国国国国国国国国</span></td>
    <td height="25" bgcolor="#FFFFFF"><strong class="STYLE_14 STYLE_strong">国国国国国国国国国</strong></td>
    <td height="25" bgcolor="#FFFFFF"><b class="STYLE_14 STYLE_b">国国国国国国国国国</b></td>
  </tr>
  <tr>
    <td height="25" align="center" bgcolor="#FFFFFF">15px</td>
    <td height="25" bgcolor="#FFFFFF"><span class="STYLE_15 STYLE_bold">国国国国国国国国国</span></td>
    <td height="25" bgcolor="#FFFFFF"><strong class="STYLE_15">国国国国国国国国国</strong></td>
    <td height="25" bgcolor="#FFFFFF"><b class="STYLE_15">国国国国国国国国国</b></td>
  </tr>
  <tr>
    <td height="25" align="center" bgcolor="#FFFFFF">15px\9</td>
    <td height="25" bgcolor="#FFFFFF"><span class="STYLE_15 STYLE_bold STYLE_bold9">国国国国国国国国国</span></td>
    <td height="25" bgcolor="#FFFFFF"><strong class="STYLE_15 STYLE_strong">国国国国国国国国国</strong></td>
    <td height="25" bgcolor="#FFFFFF"><b class="STYLE_15 STYLE_b">国国国国国国国国国</b></td>
  </tr>
  <tr>
    <td height="25" align="center" bgcolor="#FFFFFF">16px</td>
    <td height="25" bgcolor="#FFFFFF"><span class="STYLE_16 STYLE_bold">国国国国国国国国国</span></td>
    <td height="25" bgcolor="#FFFFFF"><strong class="STYLE_16">国国国国国国国国国</strong></td>
    <td height="25" bgcolor="#FFFFFF"><b class="STYLE_16">国国国国国国国国国</b></td>
  </tr>
  <tr>
    <td height="25" align="center" bgcolor="#FFFFFF">16px\9</td>
    <td height="25" bgcolor="#FFFFFF"><span class="STYLE_16 STYLE_bold STYLE_bold9">国国国国国国国国国</span></td>
    <td height="25" bgcolor="#FFFFFF"><strong class="STYLE_16 STYLE_strong">国国国国国国国国国</strong></td>
    <td height="25" bgcolor="#FFFFFF"><b class="STYLE_16 STYLE_b">国国国国国国国国国</b></td>
  </tr>
</table>
<br />
<table border="0" cellpadding="0" cellspacing="1" bgcolor="#FF0000">
  <tr align="center">
    <td height="25" align="center" bgcolor="#FFFFFF">加粗</td>
    <td height="25" bgcolor="#FFFFFF">12px</td>
    <td height="25" bgcolor="#FFFFFF">12px\9</td>
    <td height="25" bgcolor="#FFFFFF">13px</td>
    <td height="25" bgcolor="#FFFFFF">13px\9</td>
    <td height="25" bgcolor="#FFFFFF">14px</td>
    <td height="25" bgcolor="#FFFFFF">14px\9</td>
    <td height="25" bgcolor="#FFFFFF">15px</td>
    <td height="25" bgcolor="#FFFFFF">15px\9</td>
    <td height="25" bgcolor="#FFFFFF">16px</td>
    <td height="25" bgcolor="#FFFFFF">16px\9</td>
  </tr>
  <tr>
    <td height="25" align="center" bgcolor="#FFFFFF">font-weight: bold;</td>
    <td height="25" bgcolor="#FFFFFF"><span class="STYLE_12 STYLE_bold">国国国国国国国国国</span></td>
    <td height="25" bgcolor="#FFFFFF"><span class="STYLE_12 STYLE_bold STYLE_bold9">国国国国国国国国国</span></td>
    <td height="25" bgcolor="#FFFFFF"><span class="STYLE_13 STYLE_bold">国国国国国国国国国</span></td>
    <td height="25" bgcolor="#FFFFFF"><span class="STYLE_13 STYLE_bold STYLE_bold9">国国国国国国国国国</span></td>
    <td height="25" bgcolor="#FFFFFF"><span class="STYLE_14 STYLE_bold">国国国国国国国国国</span></td>
    <td height="25" bgcolor="#FFFFFF"><span class="STYLE_14 STYLE_bold STYLE_bold9">国国国国国国国国国</span></td>
    <td height="25" bgcolor="#FFFFFF"><span class="STYLE_15 STYLE_bold">国国国国国国国国国</span></td>
    <td height="25" bgcolor="#FFFFFF"><span class="STYLE_15 STYLE_bold STYLE_bold9">国国国国国国国国国</span></td>
    <td height="25" bgcolor="#FFFFFF"><span class="STYLE_16 STYLE_bold">国国国国国国国国国</span></td>
    <td height="25" bgcolor="#FFFFFF"><span class="STYLE_16 STYLE_bold STYLE_bold9">国国国国国国国国国</span></td>
  </tr>
  <tr>
    <td height="25" align="center" bgcolor="#FFFFFF">strong</td>
    <td height="25" bgcolor="#FFFFFF"><strong class="STYLE_12">国国国国国国国国国</strong></td>
    <td height="25" bgcolor="#FFFFFF"><strong class="STYLE_12 STYLE_strong">国国国国国国国国国</strong></td>
    <td height="25" bgcolor="#FFFFFF"><strong class="STYLE_13">国国国国国国国国国</strong></td>
    <td height="25" bgcolor="#FFFFFF"><strong class="STYLE_13 STYLE_strong">国国国国国国国国国</strong></td>
    <td height="25" bgcolor="#FFFFFF"><strong class="STYLE_14">国国国国国国国国国</strong></td>
    <td height="25" bgcolor="#FFFFFF"><strong class="STYLE_14 STYLE_strong">国国国国国国国国国</strong></td>
    <td height="25" bgcolor="#FFFFFF"><strong class="STYLE_15">国国国国国国国国国</strong></td>
    <td height="25" bgcolor="#FFFFFF"><strong class="STYLE_15 STYLE_strong">国国国国国国国国国</strong></td>
    <td height="25" bgcolor="#FFFFFF"><strong class="STYLE_16">国国国国国国国国国</strong></td>
    <td height="25" bgcolor="#FFFFFF"><strong class="STYLE_16 STYLE_strong">国国国国国国国国国</strong></td>
  </tr>
  <tr>
    <td height="25" align="center" bgcolor="#FFFFFF">b</td>
    <td height="25" bgcolor="#FFFFFF"><b class="STYLE_12">国国国国国国国国国</b></td>
    <td height="25" bgcolor="#FFFFFF"><b class="STYLE_12 STYLE_b">国国国国国国国国国</b></td>
    <td height="25" bgcolor="#FFFFFF"><b class="STYLE_13">国国国国国国国国国</b></td>
    <td height="25" bgcolor="#FFFFFF"><b class="STYLE_13 STYLE_b">国国国国国国国国国</b></td>
    <td height="25" bgcolor="#FFFFFF"><b class="STYLE_14">国国国国国国国国国</b></td>
    <td height="25" bgcolor="#FFFFFF"><b class="STYLE_14 STYLE_b">国国国国国国国国国</b></td>
    <td height="25" bgcolor="#FFFFFF"><b class="STYLE_15">国国国国国国国国国</b></td>
    <td height="25" bgcolor="#FFFFFF"><b class="STYLE_15 STYLE_b">国国国国国国国国国</b></td>
    <td height="25" bgcolor="#FFFFFF"><b class="STYLE_16">国国国国国国国国国</b></td>
    <td height="25" bgcolor="#FFFFFF"><b class="STYLE_16 STYLE_b">国国国国国国国国国</b></td>
  </tr>
</table>
</body>
</html>