<HEAD>
</HEAD>
<BODY>
<table bgcolor=orange border>
 <colgroup>
  <col width=50>
 </colgroup>
 <colgroup>
  <col width=100>
  <col width=150>
 </colgroup>
 <colgroup>
  <col width=200>
 </colgroup>
 <tr>
  <td>50</td><td>100</td><td>150</td><td>200</td>
 </tr>
</table>
</BODY></HTML>