h4 {
	margin: 40px 0 18px 0;
}
p {
	text-align: justify;
}

@media print {
	h4 {
		font-size: 12px;
		line-height: 16px;
		font-weight: bold;
	}
}

@media screen {
	h4 {
		font-size: 13px;
		line-height: 18px;
		font-weight: normal;
		color: white;
	}
}
