In Firefox, Opera and IE I can get them via:
>> for (k in document.body.style) console.log(k) -> opacity background height textAlign . ... long list
I'm not sure about the Javascript access, but you may look up all supported properties (even the proprietaries) here: CSS property names.