.missing {
	background: #ffcccc;
}

.complete {
	background: #ccffcc;
}

.fixbugs {
	background: #ffffbb;
}

.untested {
	background: #ffffcc;
}


