.hdg {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}
.emphasis {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #FF0000;
	text-align: center;
}
.list {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 1em;
}
