body {
	background-color: white;
	color: black;
	margin: auto
}
h1 {
	font-size: 160%;
	background-color: transparent;
	color: black
}
h2 {
	font-size: 120%;
	background-color: transparent;
	color: black
}
ul {
	list-style-type: square
}
ol {
	list-style-type: lower-roman
}

#header {
	display: none
}
