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

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

UL.Foo {
	list-style-type: none;
}

SPAN.new {
	color: black;
	background-color: yellow;
	font-weight: bold;
}

SPAN.highlight {
	color: black;
	background-color: yellow;
}

ol.Alist {
	list-style: lower-alpha;
}

table.ProbTab td {
	text-align: center;
	padding: 1ex;
}

table.Foo tbody {
	border-top: thick solid red;
}

table.Foo td {
	text-align: left;
	vertical-align: top;
}


