#content h1 {  /* <h1> and <h2> are styled exactly alike in the content <div> on the front page.  It's better to use <h2>. */
	border-bottom:	2px solid #01218C;
	color:			#B32A21;
	padding:		5px 0 1px;
	font-size:		120%;
}
#content h2 {
	border-bottom:	2px solid #01218C;
	color:			#B32A21;
	padding:		5px 0 1px;
	font-size:		120%;
}
#content h3 {
	font-size:		100%;
	color:			#01218C;
}
#content h4 {
	color:			#FF0000;
	padding:		5px 0 1px;
	font-size:		120%;
	font-family:	Arial, sans-serif;
	font-style:		italic;
}
#content h5 {
	font-size:		90%;
	color:			#01218C;
}