BODY{
	background-color: white;
	color: black;
}
H1{
	font-size: 24pt;
	font-weight: 800;
	color: crimson;
	border-width: thin none;
}
H2{
	font-size: 14pt;
	font-weight: 800;
	color: crimson;
	margin: 0 0;
}
H3{
	font-size: 10pt;
	font-weight: 600;
	color: green;
}
P{
	font-size: 10pt;
	line-height: 12pt;
}

