
BODY {
	color: black;
	background-color: #EEFFFA; /* cool minty green */
}

H1.title {
	color: maroon;
	background-color: transparent;
	text-align: center;
}

DIV.author {
	font-weight: bold;
	color: maroon;
	background-color: transparent;
	text-align: center;
}

div.equation {
	margin: 1ex;
	text-align: center;
}

