here is an example of what i need to extract..

<td align="right"><span style="color: #9999CC; font-weight: bold">Temperature:</span></td><td> 2.2°C ( 36°F)</td>
</tr>
<tr>
<td align="right"><span style="color: #9999CC; font-weight: bold">Dewpoint:</span></td><td> -3.9°C ( 25°F) [RH = 64%]</td>
</tr>
<tr>
<td align="right"><span style="color: #9999CC; font-weight: bold">Pressure (altimeter):</span></td><td>29.65 inches Hg (1004.1 mb) [Sea level pressure: 1004.4 mb]</td>
</tr>
<tr>
<td align="right"><span style="color: #9999CC; font-weight: bold">Winds:</span></td><td>from the W (270 degrees) at 10 MPH (9 knots; 4.6 m/s)</td>
</tr>
<tr>


so each of those lines i need to extract the (36°f) and the (25&degF) etc etc and only those phrases in those lines.