.boxS {
	border:1px solid transparent;
	text-decoration:none;
	width:28px;
	height:28px;
	float:left;
	padding:0;
	margin:0 4px 4px 0;
	cursor:pointer;
}

#green {
	background-color:#80c408;
}

#red {
	background-color:#bf2121;
}

#blue {
	background-color:#4788ff;
}

#orange {
	background-color:#ef7f2c;
}

#violet {
	background-color:#9041d3;
}

#sliver {
	background-color:#898989;
}



