Código PHP:
echo "<style type='text/css'>
#hojacss{font-weight:bold;font-color:black;text-decoration:none}
.enlaces{text-decoration:none;color:#0000cc}
.fondo:hover{background: #FF9990}" ;
echo "</style>";
echo "<center><table id='hojacss' border = '1' bgcolor='#D3D3D3'> \n";
while ($row = mysql_fetch_array($result)){
echo "<tr class='fondo'> \n";
echo "<td> <a class='enlaces' href='eliminar.php?elegido=?$row[ruc]'> $row[ruc] </a> </td> \n";
echo "<td> <a class='enlaces' href='eliminar.php?elegido=$row[ruc]'> $row[direccion]</a> </td> \n";
echo "<td> <a class='enlaces' href='eliminar.php?elegido=?$row[ruc]'> $row[telefono]</a> </font> </td> \n";
echo "</tr> \n";
}
echo "</table> \n</center>";
echo "<center><a href='sendPDF.php' target='blank'>Convertir a PDF</a><center>";