<html>
<head>
<title>TABLES 1</title>
</head>
<body bgcolor="#CCCC99" text="#330033" link="#990099"
vlink="#990000" alink="#FF0000">
<!---------------NAVIGATION BAR--------------------->
<table width="100" cellspacing="1" bgcolor="#000000" align="left">
<tr bgcolor="#FFCCFF"
align="center" valign="middle"> <td height="30">
<a href="index.html"><font face="Georgia, Times New
Roman, Times, serif" size="3"><b>Greeting
</b></font></a></td>
</tr>
<tr bgcolor="#CCFF99"
align="center" valign="middle"> <td height="30">
<a href="tables1.html"><font face="Georgia, Times New
Roman, Times, serif" size="3"><b><font size="3">Tables
1</font></b></font></a></td>
</tr>
<tr bgcolor="#FFCCFF"
align="center" valign="middle"> <td height="30">
<a href="tables2.html"><b><font face="Georgia,
Times New Roman, Times, serif" size="3">Tables 2</b></font></a></td>
</tr>
</table>
<!---------------END
OF NAVIGATION BAR--------------------->
<table border ="1" align="right">
<caption align="bottom"><font face="arial, helvetica,
sans-serif" size="2"><b>Oh no, it's that frog again</font></b></caption>
<tr><td>
<img src="frog3.gif">
</td> </tr></table>
<h1 align="center">Tables
1 </h1>
</body>
</html>