h2 {
	font-size: 1.6em;
	font-weight: bold;
	margin: 1em;
	text-align: center;
}

h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 1em;
}

p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 1em;
}

ul {
	margin-bottom: 1em;
}

ul li {
	line-height: 1.4em;
}

ul.bullets {
	list-style: disc inside;
}