<!DOCTYPE html>

<html>

<head>
        <title>Table Demo (the works)</title>
<style>
    body         {font-family:Arial}
    table        {align:left; border:2}
    h1           {text-align:center;  color:navy}
    p            {font-weight:normal; color:navy; text-align:left}
    li           {color:white}
    li.listitem  {font:bold; color:white}
    a:link       {text-decoration:none; color:eeeeee; font-weight:bold}
    a:hover      {text-decoration:none; color:black;  font-weight:bold}
</style>
</head>

<body bgcolor="lightyellow" marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">

<table border="10" bordercolor="blue" width="640" height="100%" cellpadding="0" cellspacing="0" align="center">

    <tr>
	<td width="120" align="center" bgcolor="#FFAF3F"><img src="maglogo.gif" width="82" height="100" border="0" alt="Logo"></td>
	<td align="center"><h1>Looking for back issues<br /> of your favorite magazine?</h1></td>
    </tr>

    <tr>
	<td rowspan="2" align="center" valign="top" bgcolor="#FFAF3F"> 
            <br /><br />
            <table border="3" bordercolor="black">
    	    	<tr><td bgcolor="red" align="center" width="110">
    			<a href="/cgi-bin/sultans/mag/mag.cgi?A" >News      </a></td></tr>
    	    	<tr><td bgcolor="red" align="center" width="110">
    			<a href="/cgi-bin/sultans/mag/mag.cgi?B" >Sports    </a></td></tr>
    	    	<tr><td bgcolor="red" align="center" width="110">
    			<a href="/cgi-bin/sultans/mag/mag.cgi?C" >Financial </a></td></tr>
     	    	<tr><td bgcolor="red" align="center" width="110">
   		 	<a href="/cgi-bin/sultans/mag/mag.cgi?D" >Cooking   </a></td></tr>
     	    	<tr><td bgcolor="red" align="center" width="110">
   			<a href="/cgi-bin/sultans/mag/mag.cgi?E" >Computer  </a></td></tr>
     	    	<tr><td bgcolor="red" align="center" width="110">
    			<a href="/cgi-bin/sultans/mag/mag.cgi?F" >Entertainment </a></td></tr>
     	    	<tr><td bgcolor="red" align="center" width="110">
   			<a href="/cgi-bin/sultans/mag/mag.cgi?G" >Health     </a></td></tr>
    	    	<tr><td bgcolor="red" align="center" width="110">
    			<a href="/cgi-bin/sultans/mag/mag.cgi?H" >Parenting </a></td></tr>
    	    	<tr><td bgcolor="red" align="center" width="110">
    			<a href="/cgi-bin/sultans/mag/mag.cgi?I" >Regional  </a></td></tr>
     	    	<tr><td bgcolor="red" align="center" width="110">
   			<a href="/cgi-bin/sultans/mag/mag.cgi?J" >Other     </a></td></tr>
 	     </table>

	    <br />

  	    <table border="3" bordercolor="black">
    	    	<tr><td bgcolor="#00BBFF" align="center" width="110">
    			<a href="/cgi-bin/sultans/mag/magsearch.cgi" >Search  </a></td></tr>
    	    	<tr><td bgcolor="#00BBFF" align="center" width="110">
    	    		<a href="contact.html"                       >Contact </a></td></tr>
    	    	<tr><td bgcolor="#00BBFF" align="center" width="110">
    			<a href="faq.html"                           >FAQ     </a></td></tr>
    	    	<tr><td bgcolor="#00BBFF" align="center" width="110">
			<a href="map.html"                           >Site Map</a></td></tr>
	    </table>

	</TD>
	<td width="500" valign="top">
	    <hr width="450">

	    <table border="5" bordercolor="red" cellpadding="10" cellspacing="5">
	    	<tr align="center">
		    <td rowspan="2" valign="top"><br /><p>Welcome and thank you for visiting our Back Issue Store.<p>
		    	If you have missed buying that issue with the interesting receipe your friend told you about, let us help you find it!<p>
		    	Or if you lost that interesting story you read in your favorite magazine a year ago. Find it now and order a copy of that issue right here online!<p>
		    	Browse through our amazing range of categories and search the database for the issue you're looking for. Happy magazine browsing!</td>
		    </td>

		    <td align="right" valign="bottom" width="200">
		    	<img src="mags1.gif" width="125" height="130" align="right" border="1" alt="Magazines">
		    	<br /><br /><br /><br /><br /><br /><br />
		    </td>
		</tr>
		    <td align="left" valign="top" width="200">
		    	<img src="mags2.gif" width="136" height="117" align="left" border="1" alt="Magazines">
		    </td>
	    	</tr>

	    	<tr>
	    	    <td colspan="2" align="center"><font size="-3">-- That's an Issue, New York 1999 --</font></td>
	   	</tr>

	    </table>
	</td>
    </tr>
</table>

</body>
</html>