.dark {
	background: #000;
	color: #fff
}

.light {
	background: #fff;
	color: #000;
}

.tan {
	background: tan;
	color: #ccc;
}
