.clear {
	clear: both;
	border: 1px solid #ffffff;
	}

.cell-green, .cell-yellow, .cell-blue, .cell-red, .cell-gray {
	margin: 0;
	padding: 5px;
	float: left;
	width:120px;
	height: 150px;
	border: 1px solid #ffffff;
	text-align: center;
	}

.cell-green a, .cell-yellow a, .cell-blue a, .cell-red a, .cell-gray a {
	display: block;
	text-decoration: none;
	color:#000000;
	}

.cell-green {
	background: #00CA65;
	}
	
.cell-yellow {
	background: #FFFF00;
	}
	
.cell-blue {
	background: #0080FF;
	}
.cell-red {
	background: #FF4A4A;
	}

.cell-gray {
	background: #cccccc;
	}
