<html>
<head>
<style>
a       {color:white; text-decoration:none}
a:hover {color:black; text-decoration:underline}
</style>
</head>

<body bgcolor=tan >

<b>
<a href=product_page1.html  target=right>Products</a>
<p>
<a href=product_page2.html  target=right>Computers</a>
<p>
<a href=product_page3.html  target=right>Monitors</a>
<p>
<a href=product_page4.html  target=right>Scanners</a>
<p>
<a href=product_page5.html  target=right>CD Roms</a>
<p>
<a href=product_page6.html  target=right>Printers</a>
</b>
</body>
</html>