h1 {
	font-size: 18pt;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-size: 15pt;
	font-weight: bold;
	color: #000000;
}

h3 {
	font-size: 13pt;
	font-weight: bold;
	color: #000000;
}

p {
	font-size: 11pt;
	color: #000000;

	line-height: 1.3;
	text-align: justify;
}

ul {
	margin: 12px 18px 12px 36px;
}

ol {
	margin: 12px 18px 12px 36px;
}

h1, h2, h3, h4 {
	padding: 0 25px;
	font-family: Times New Roman, serif;
	color: black;
}

p  {
	padding: 0 25px;
	font-family: Arial, sans-serif;
	color: black;
}

.content h1, .content h2, .content h3, .content h4, .content p {
	color: white;
}