You could try this in your stylesheet around line 37

h3 {
font-size:12pt;
padding: .2em;
}

You could also change the font-size to 13 px (or your choice) and get what you are after without adding padding.

Good Luck

Dalton