Changing text color with CSS

Changing text color with CSS

Hey Guys. I am trying to change the color of an astrix to red using jQuery. For I can't seem to get it to work. Can anyone please help? I would really appreciate it. Below is my jquery code and my HTML code. I just posted one of 20 of my td's (Please note I am also new to jquery)

  1. $("table").find(HTML("*")).css(color:"red")
  1. <table>

           <form action=“#” method="POST" >
             <tr class="title">
          <td> *Please Enter your full name</td></tr>
         <tr> <td><input type="text" name="name" id="name" size="50"  required="required"> </td> </tr>
    </table>