@charset "UTF-8";
body {
	font-family: Verdana, Geneva, sans-serif;
}
.formula {
	font-family: "Courier New", Courier, monospace;
	text-align: center;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.rightimage {
	float: right;
}
.leftimage {
	float: left;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
.definitions {
	padding-left: 30px;
}
