CODE
<style>
/* this code edits the text*/
body,table, td, li, p, div, textarea
{font:normal 11px arial; text-transform: none; letter-spacing: 0px; color: #000000; text-align: center}
</style>
That should work.

Or if you want to center specific text:
CODE
<p align="center">YOUR TEXT HERE</p>