td.title {
	background-color: rgb(204, 255, 255);
}

td.scale {
	background-color: rgb(255, 255, 204);
}

td.unused {
	background-color: rgb(153, 153, 153);
}

td.ctrl {
	background-color: rgb(255, 204, 255);
}


td.used {
	background-color: rgb(153, 255, 153);
}
