File: /home2/obrechts/bad.public_html.bad/menu.php
<HTML>
<HEAD><link rel='stylesheet' href='estilo.css' type='text/css'></HEAD>
<BODY>
<FONT color=orange>
<TABLE>
<MENU>
<DIV class=titulo>Menu</DIV>
<LI><a style="CURSOR: hand;" onmouseover="this.style.color='white'" onmouseout="this.style.color='orange'">Products</a></LI>
<LI><a style="CURSOR: hand;" onmouseover="this.style.color='white'" onmouseout="this.style.color='orange'">Services</a></LI>
<LI><a style="CURSOR: hand;" onmouseover="this.style.color='white'" onmouseout="this.style.color='orange'">Testimonials</a></LI>
<LI><a style="CURSOR: hand;" onmouseover="this.style.color='white'" onmouseout="this.style.color='orange'">Showroom</a></LI>
<LI><a style="CURSOR: hand;" onmouseover="this.style.color='white'" onmouseout="this.style.color='orange'">About Us</a></LI>
</MENU>
</TABLE>
</BODY>
</HTML>