.boldlist {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	list-style-position: outside;
	list-style-type: decimal;
}
.unboldlist {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}
.boldunlist {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	list-style-position: outside;
	list-style-type: circle;
}

