h1 {
	text-align: middle;
	font-weight: bold;
	font-size: 20px;
	margin-top: 8px;
	margin-bottom: 5px;
}

h2 {
	text-align: left;
	font-weight: bold;
	font-size: 17px;
	margin-top: 8px;
	margin-bottom: 5px;
}

ul {
	margin-left: 15px;
	list-style-type: disc;
}

li {
	font-weight: normal;
	font-size: 14px;
	padding-top: 5px;
}

p {
	margin-top: 5px;
}


