.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;
}
h1 {
	text-align: center;
}
body {
	color: #000040;
	background-color: #FFFFFF;
}
.italics {
	font-style: italic;
}

