(This does not answer the question. However, if the person who wrote the HTML page had used classes instead of the style attribute, then the OP would not have this problem.)
.foo { width: 420px; text-align: left; margin-top: 10px; margin-bottom: 10px; }
$("div.foo")