body {background-color: white}
h1 {
	background-color: white; 
	text-align: center; 
	color: black; 
	font-size: 130%; 
	font-style: normal; 
	font-weight: normal; 
	font-family: verdana;
}
h2 {
	background-color: white; 
	text-align: left; 
	color: black; 
	font-size: 100%; 
	font-style: normal; 
	font-weight: bold; 
	font-family: verdana;

}

p {
	background-color: white; 
	margin-top: 0;
	margin-bottom: 0;
	text-align: justify; 
	color: black; 
	font-size: 90%; 
	font-style: normal; 
	font-weight: normal; 
	font-family: verdana;
	padding: 12px;
}

ul {
	background-color: white; 
	margin-top: 12;
	text-align: justify; 
	color: black; 
	font-size: 90%; 
	font-style: normal; 
	font-weight: normal; 
	font-family: verdana;
}

table {
	background-color: white; 
	margin-top: 12;
	text-align: justify; 
	color: black; 
	font-size: 90%; 
	font-style: normal; 
	font-weight: normal; 
	font-family: verdana;
}