newbie question

newbie question

<div id="content">
<table>
   <tr><td><a href="xxxx">under table</a></td></tr>
  </table>

  <a href="y">just hyperlink</a>
 
  <font>somthing <a href="y">under font</a></font>
</div>


I want to addClass to all hyperlink under #content
how could I?