To style the <h2> specifically, a descendant selector is used. It sets the size, weight, color, padding and margin as well as border-bottom.
div#content h2
{
font-size: 2em;
color: #036;
margin: 0;
padding-top: 1em;
font-weight: normal;
}
Other Max Design articles and presentations