/*
h1:nth-of-type(2) {
	font-style: italic;
	font-weight: normal;
	text-align: center;
	padding-top: 1em;
}
h1:nth-of-type(2) .sub {
	border-top: none;
	font-size: 80%;	
}
*/