Removing / changing inline CSS styling using JQuery?

Removing / changing inline CSS styling using JQuery?

Hi,

I have the code <div style="margin-top: 20px" class="myheader"> which I have no control over, all I have control over is the CSS file (the class .myheader). Is it possible using Jquery to remove the inline CSS style?

Thanks in advance