Centering table headings?

Sorry for the cross post, but these forums are not very busy.

Does anyone have any CSS handy to center the table headings?

Thanks!

So, here's how you do it:

th span {
margin: auto !important;
}