h2, h3, h4, h5 {
	font-size: inherit;
	font-family: inherit;
	border: inherit;
	text-align: center;
}

h2 {
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: underline;
}

h3 {
	font-weight: bold;
	text-decoration: underline;
}

h4 {
	font-weight: normal;
	text-decoration: underline;
}

h5 {
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
}