正则表达式匹配table(里面无table) 第一行和 最后一行 100分,该怎么解决

正则表达式匹配table(里面无table) 第一行和 最后一行 100分
 
<table width="100%" border="0" cellspacing="3" cellpadding="0">
<tr>
<td width="7%">&nbsp;</td>
<td width="3%">&nbsp;</td>
<td width="6%" align="center" bgcolor="#d4d4d4"><strong>日期</strong></td>
<td width="4%" align="center" bgcolor="#d4d4d4"><p><strong>时间</strong></p></td>
<td width="30%" align="center" bgcolor="#d4d4d4"><strong>状态</strong></td>
<td width="30%" align="center" bgcolor="#d4d4d4"><strong>地点</strong></td>
<td width="10%" align="center">&nbsp;</td>
<td width="10%" align="center">&nbsp;</td>
</tr>


<tr>
<td align="center" height="10" >&nbsp;</td>
<td align="center" height="10" >&nbsp;</td>
<td align="center" height="10" bgcolor="#e2e2e2">2012-02-22</td>
<td align="center" height="10" bgcolor="#e2e2e2">18:37</td>
<td align="center" height="10" bgcolor="#e2e2e2">xx</td>
<td align="center" height="10" bgcolor="#e2e2e2">上海市</td>
<td align="center" height="10" >&nbsp;</td>
<td align="center" height="10" >&nbsp;</td>
</tr>

<tr>
<td align="center" height="10" >&nbsp;</td>
<td align="center" height="10" >&nbsp;</td>
<td align="center" height="10" bgcolor="#e2e2e2">2012-02-22</td>
<td align="center" height="10" bgcolor="#e2e2e2">20:33</td>
<td align="center" height="10" bgcolor="#e2e2e2">ccc<font color='red'>&nbsp;</font></td>
<td align="center" height="10" bgcolor="#e2e2e2">上海市</td>
<td align="center" height="10" >&nbsp;</td>
<td align="center" height="10" >&nbsp;</td>
</tr>

<tr>
<td align="center" height="10" >&nbsp;</td>
<td align="center" height="10" >&nbsp;</td>
<td align="center" height="10" bgcolor="#e2e2e2">2012-02-22</td>
<td align="center" height="10" bgcolor="#e2e2e2">22:17</td>
<td align="center" height="10" bgcolor="#e2e2e2">cc<font color='red'>&nbsp;</font></td>