you could resize everything about a h4 in the CSS
h4 {font-size: 12pt; margin-top: 6pt; margin-bottom: 6pt;}
choose your own values
IMHO slightly better (an allows for h4 to be used normally elsewhere), is to create a style with your values and add
class="mystylename" to each of those (h4) places you want to slim down