Remove the <p> and </p> from inside the <h1>...</h1> tags like this:
<p>
</p>
<h1>...</h1>
<h1 style="color:green; font-size: 16px;">Big Heading</h1>
Hope that helps!