body { color: black; font-size: medium; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: white ; font-style: normal}
h1 { color: black; font-weight: bold; font-size: x-large; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
h2 {
	color: black;
	font-weight: bold;
	font-size: large;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-style: normal;
}
h3 {
	color: black;
	font-weight: normal;
	font-size: large;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-style: italic;
}
h4 { color: black; font-weight: normal; font-size: large; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
li { font-style: normal; font-weight: normal; font-size: medium}
td { color: black; font-weight: normal; font-size: medium; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

