/* common headers */
h2 {
	font-weight: bold;
	text-transform: uppercase;
}
h2 em {
	font-family: Georgia, "Times New Roman";
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
	color: #000;
}

h3 {
	margin-top: 2em;
	padding: 0;
	margin-bottom: -0.5em;
	font-size: 1.2em;
}
h4 {
	font-size: 1em;
	margin-top: 2em;
	margin-bottom: -0.5em;
}

/* specific headers */
.white-pod h2 {
	font-size: 1.2em;
}

#on-display h2, #show-info h2 {
	font-size: 1.4em;
}

.main h2 {
	font-size: 1.4em;
}
.main h2 em {
	color: #333;
}


