<style type="text/css">
<!--
.over { background-color: #000000;color:#FFFFFF;}
.out { background-color: #ffffff;color:#000000;}
-->
</style>
<table cellpadding="1" cellspacing="1" height="30" bgcolor="#999999">
<tr>
<td width="156" bgcolor="#F3F3F3" height="30" onMouseOver="this.className='over'" onMouseOut="this.className='out'">
<p align="center"><span style="font-size:9pt;">Mouse on here!!</p>
</td>
</tr>
</table>