Just for discussion, it is interesting to note the Chapter Heading markup recommended in DP's new Best Practices document.


<h2>CHAPTER II.<br/>
<small>UNDER WEIGH.</small></h2>

The corresponding CSS might look like this, or similar:


h2
{
  text-align: center;
  font-weight: normal;
  line-height: 1.5;
}