.TCKelly-Green {
	background-color:rgb(0,166,81);
	color:white;
}
.TCRoyal {
	background-color:rgb(0,0,255);
	color:white;
}
.TCRed {
		background-color:rgb(255,0,0);
	color:white;
}
.TCBlack {
		background-color:rgb(0,0,0);
	color:white;
}
.TCOrange {
		background-color:rgb(242,101,34);
	
}
.TCTan {
		background-color:rgb(166,124,82);

}
.TCNavy {
		background-color:rgb(0,27,71);
		color:white;
}
.TCTeal {
		background-color:rgb(0,116,107);
		color:white;
}
.TCPurple {
		background-color:rgb(80,17,116);
		color:white;
}
.TCYellow {
		background-color:rgb(255,255,0);
}
.TCSky {
		background-color:rgb(0,174,239);
}
.TCGray {
		background-color:rgb(137,137,137);
}
.TCSalmon {
		background-color:rgb(250,128,114);
}
.TCForest-Green {
		background-color:rgb(0,56,24);
			color:white;
}
.TCLIME {
		background-color:rgb(111,192,98);
		
}
.TCClassic-Red {
		background-color:rgb(185,24,47);
			color:white;
}
.TCLightGold {
		background-color:rgb(250,168,25);
		
		
}