BODY {
	background-color: white;
	color: black;
}

DIV {
	text-align: center;
}

DT {
	background-color: blue;
	font-variant: small-caps;
	font-weight: bold;
	font-size: larger;
	color: white;
}

H1 {
	background-color: white;
	font-variant: small-caps;
	color: black;
}

H2 {
	background-color: blue;
	font-variant: small-caps;
	color: white;
}

