Don't use CSS rules to capitalize headings

You can make CSS take a heading and capitalize it.

Generally better if you do not since it makes it harder for a team to understand - more difficult to find the headings in the HTML. More CSS for the team to learn and it makes the computer work harder.

This is all part of graceful degradation when there is no CSS.