<h2> font size problem

On my computer the font size looks right when using the <h2>. When I look at it on FF or IE the text is blown up all of a sudden. Here is my css for the <h2> tag.

h2{
font-size:12px;
}

Am I supposed to add some CSS somewhere to clear the browsers default <h2> size?

Thanks