ÿþ<html><title>Brassaï </title> <head> <style type="text/css"> audio.hide{ opacity:0.0; filter:alpha(opacity=0) } img.bras { vertical-align: middle horisontal-align: center opacity:0.4; filter:alpha(opacity=10) } } .style10 { font-size: 36pt; font-family: "Times New Roman", Times, serif; } body,td,th { font-size: 36pt; } </style> </head> <body bgcolor=black text=red link=black vlink=black> <p align="center"><img src="images/b2.gif" align="center" width="800"></p> <div align="center"><img src="images/b1.jpg" align="center" class="bras" height="380" width="600" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=100" onmouseout="this.style.opacity=0.4;this.filters.alpha.opacity=40" onClick="window.location='index.php'"/> <br> </p> </div> <center> <audio class="hide" src="Love scene version 4.mp3" controls="none" autoplay="autoplay" onmouseover="this.style.opacity=0;this.filters.alpha.opacity=0" onmouseout="this.style.opacity=0.0;this.filters.alpha.opacity=0"></audio> </center> </font> </body> </html>