While text-align: center; will work for most instances it is not the best solution and you will want to use tables to better support centering your text. With setting tables you can set HTML attributes directly on the tables which is supported and no need for css.
Example: <td align=”center”></td>