I would think * {margin: auto}
would reset margin (or h1 {margin: auto}
if only that element is being reset.), but this will not work for padding. Technically, the spec is for padding to be zero already, however, if a browser implements it otherwise, I don't think there would be a way to reset it.