best way to find code is save homepage, then open in dreamweaver then highlight text and view behind code, that will tell you the div or class it is in, then you can find that div in the css...
.leftBoxHeading {
margin: 0em;
padding: 0.5em 0.2em;
}
change to
.leftBoxHeading {
margin: 0em;
padding: 0.1em 0.1em;
}
or something



