body {
	background: white;
}


h1 {

	font-family: "Arial Black", Gadget, Arial;
	font-size:3em;
	font-weight: bold;
	color: black;
	text-align:left;
  
   -webkit-text-fill-color: white; /* Will override color (regardless of order) */
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: black;
}

h2 {
	font-family: "Arial Black", Gadget, Arial;
	font-size: 1.9em;
 	font-weight: bold;
}


p {
	font-family: Arial;
	font-size: 0.8em;
}

th {
	font-family: Arial;
	font-size: 0.9em;
}

td {
	font-family: Arial;
	font-size: 0.8em;
}





