
.off {
	background: #AAAAAA;
}

.on {
	background: #CCCCCC;
}

.bold {
	font-weight: 900;
}

.red {
	color: red;
}

.yellow {
	color: orange;
}

.green {
	color: green;
}