/*
Is this stylesheet is being created, the site default for subheadings is text-align:left

This allows as neasy shortcut for pages that are designed to have centered subheadings
*/
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	text-align:center;
}