h1 {
	font-size: 36px;
	color: #EFEFEF;
	text-align: center;
	background-color: #006;
	width: 100%;
}
h2 {
	font-size: 30px;
	color: #009;
	text-align: center;
}
h3 {
	font-size: 28px;
	color: #033;
}
h4 {
	font-size: 26px;
	color: #300;
}
h5 {
	font-size: 24px;
	color: #00004F;
}
h6 {
	font-size: 22px;
	color: #00004F;
	font-style: italic;
}

p {
	margin-left: 18px;
}
