

h1{
	font-size: 16pt;
	font-weight: bold;
	color: white;
}
h2{
	font-size: 12pt;
	font-weight: bold;
	font-style: Arial; 
	color: white;
}
h3{
	font-size: 10pt;
	font-weight: bold;
	color: white;
}
th{
	font-size: 10pt;
	font-weight: bold;
	color: white;
	background: black;
	text-align: left;
}
td{
	font-size: 10pt;
	background: gray;
	color: white;
}