Grep text from file

Hi,
I used the grep command and got the result below.
However, I just want the following information:

Build Version:
DnETest Build 
Build Date-Time:
01/27/2012 07:56:14 AM

Any suggestion from the current out put I have:

              <td><span class="style29"> Build Version: </span></td>
              <td> <span class="style29"> DnETest Build </span></td>
              <td><span class="style29"> Build Date-Time: </span></td>
              <td><span class="style29"> 01/27/2012 07:56:14 AM</span></td>

Thanks in advance,
Xitrum

lynx -dump -nolist "$htmlfile" | grep whatever