I have some HTML that looks like this:
This is my questi
$(this).next("p").css("...")
the "p" above is optional, if you just want the next non-whitespace node in the DOM.