How do you center a table on a page with XHTML? with CSS?

You center with XHTML by using the tag align=center. With CSS you use the tag margin-right:auto and margin-left:auto.