body {
	background-color: White;
	color: Black;
	font-family: "Times New Roman", Times, serif;
}
h1 {
	color: Maroon;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	text-align: center;
	}
h2{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
}
.bi {
	font-weight: bolder;
	font-style: italic;
}
.maroon {
	color: #630031;
}