
/********/
/* pink */
/********/
.pink .box
{
	color: #C39DD5;
}

/*********/
/* green */
/*********/
.green .box
{
	color: #BFD59D;
}

/**********/
/* custom */
/**********/
.custom .box
{
	color: #243b8b;
}