<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
	<td>
		<div align="center"><b><font size="6">Current lowest price: <font color="#ff0000">#{price}</font></font></b></div>
		<div align="center">&nbsp;</div>
	</td>
</tr>
<tr>
	<td>
		<p align="center"><font size="4">
			Price will increase after<br/>
			#{increase_after} to <font color="#ff0000"><b>#{price2}</b></font><br/>
			(Each #{interval} will increase by <font color="#ff0000"><b>#{incr}</b><b></b></font>)
		</font></p>
        <p align="center"><b><font size="6">So Hurry Up and Order NOW!</font></b></p>
		<p align="center">&nbsp;</p>
	</td>
</tr>
<tr>
	<td align="center">
		<table style="border-style: solid; border-color: #cc0000; border-collapse: collapse" border="6" cellpadding="0" cellspacing="0" width="300">
		<tbody>
		<tr>
		<td style="padding: 2px" align="center">
			<table style="border-style: solid; border-collapse: collapse" align="center" bgcolor="#000000" border="1" bordercolor="#333333" cellpadding="1" cellspacing="1" width="100%">
			<tbody>
			<tr>          
				<td bgcolor="#ff0000" height="25" width="40%" align="center">
					<font color="#ffffff" size="3"><b>Sales</b></font>
				</td>
				<td bgcolor="#ff0000" width="60%" align="center">
					<font size="3"><b><font color="#ffffff">Lowest Price Now</font></b></font>
				</td>
			</tr>
			<tr>
				<td bgcolor="#ffff00" height="25" align="center">#{sales1}</td>
				<td bgcolor="#ffff00" align="center">#{price1}</td>
			</tr>
			<tr>
				<td bgcolor="#ffffff" height="25" align="center">#{sales2}</td>
				<td bgcolor="#ffffff" align="center">#{price2}</td>
			</tr>
			<tr>
				<td bgcolor="#ffffff" height="25" align="center">#{sales3}</td>
				<td bgcolor="#ffffff" align="center">#{price3}</td>
			</tr>
			<tr>
				<td bgcolor="#ffffff" height="25" align="center">#{sales4}</td>
				<td bgcolor="#ffffff" align="center">#{price4}</td>
			</tr>
			<tr>
				<td bgcolor="#ffffff" height="25" align="center">#{sales5}</td>
				<td bgcolor="#ffffff" align="center">#{price5}</td>
			</tr>
			</tbody>
			</table>
		</td>
		</tr>
		</tbody>
		</table>
	</td>
</tr>
</tbody>
</table>
