
	*{
 margin : 0;
 padding: 0;
 box-sizing: border-box;
}

	.chartreuse {
 width: 20%;
 height: 20%;
 background-color: white;
 position: absolute;
	
}

.chartreuse:hover {
	background-color: chartreuse;
	color: white;
}

.yellow {
 width: 20%;
 height: 20%;
 left: 20%;
 background-color: white;
 position: absolute;
	
}

.yellow:hover {
	background-color: yellow;
	color: white;
}

.cadetblue {
 width: 20%;
 height: 20%;
 left: 40%;
 background-color: white;
 position: absolute;
	
}

.cadetblue:hover {
	background-color: cadetblue;
	color: white;
}

.cornsilk {
 width: 20%;
 height: 20%;
 left: 60%;
 background-color: white;
 position: absolute;
	
}

.cornsilk:hover {
	background-color: cornsilk;
	color: white;
}

.chocolate {
 width: 20%;
 height: 20%;
 left: 80%;
 background-color: white;
 position: absolute;
	
}

.chocolate:hover {
	background-color: chocolate;
	color: white;
}

.darkseagreen {
 width: 20%;
 height: 20%;
 top: 20%;
 background-color: white;
 position: absolute;
	
}

.darkseagreen:hover {
	background-color: darkseagreen;
	color: white;
}

.brown {
 width: 20%;
 height: 20%;
 left: 20%;
 top: 20%;
 background-color: white;
 position: absolute;
	
}

.brown:hover {
	background-color: brown;
	color: white;
}

.darkorange {
 width: 20%;
 height: 20%;
 left: 40%;
 top: 20%;
 background-color: white;
 position: absolute;
	
}

.darkorange:hover {
	background-color: darkorange;
	color: white;
}

.darkkhaki {
 width: 20%;
 height: 20%;
 left: 60%;
 top: 20%;
 background-color: white;
 position: absolute;
	
}

.darkkhaki:hover {
	background-color: darkkhaki;
	color: white;
}

.greenyellow {
 width: 20%;
 height: 20%;
 left: 80%;
 top: 20%;
 background-color: white;
 position: absolute;
	
}

.greenyellow:hover {
	background-color: greenyellow;
	color: white;
}

.indianred {
 width: 20%;
 height: 20%;
 top: 40%;
 background-color: white;
 position: absolute;
	
}

.indianred:hover {
	background-color: indianred;
	color: white;
}

.lavenderblush {
 width: 20%;
 height: 20%;
 left: 20%;
 top: 40%;
 background-color: white;
 position: absolute;
	
}

.lavenderblush:hover {
	background-color: lavenderblush;
	color: white;
}

.mediumspringgreen {
 width: 20%;
 height: 20%;
 left: 40%;
 top: 40%;
 background-color: white;
 position: absolute;
	
}

.mediumspringgreen:hover {
	background-color: mediumspringgreen;
	color: white;
}

.olive {
 width: 20%;
 height: 20%;
 left: 60%;
 top: 40%;
 background-color: white;
 position: absolute;
	
}

.olive:hover {
	background-color: olive;
	color: white;
}

.navajowhite {
 width: 20%;
 height: 20%;
 left: 80%;
 top: 40%;
 background-color: white;
 position: absolute;
	
}

.navajowhite:hover {
	background-color: navajowhite;
	color: white;
}

.orangered {
 width: 20%;
 height: 20%;
 top: 60%;
 background-color: white;
 position: absolute;
	
}

.orangered:hover {
	background-color: orangered;
	color: white;
}

.palegreen {
 width: 20%;
 height: 20%;
 left: 20%;
 top: 60%;
 background-color: white;
 position: absolute;
	
}

.palegreen:hover {
	background-color: palegreen;
	color: white;
}

.royalblue {
 width: 20%;
 height: 20%;
 left: 40%;
 top: 60%;
 background-color: white;
 position: absolute;
	
}

.royalblue:hover {
	background-color: royalblue;
	color: white;
}

.rosybrown {
 width: 20%;
 height: 20%;
 left: 60%;
 top: 60%;
 background-color: white;
 position: absolute;
	
}

.rosybrown:hover {
	background-color: rosybrown;
	color: white;
}

.tomato {
 width: 20%;
 height: 20%;
 left: 80%;
 top: 60%;
 background-color: white;
 position: absolute;
	
}

.tomato:hover {
	background-color: tomato;
	color: white;
}

.silver {
 width: 20%;
 height: 20%;
 top: 80%;
 background-color: white;
 position: absolute;
	
}

.silver:hover {
	background-color: silver;
	color: white;
}

.sandybrown {
 width: 20%;
 height: 20%;
 left: 20%;
 top: 80%;
 background-color: white;
 position: absolute;
	
}

.sandybrown:hover {
	background-color: sandybrown;
	color: white;
}

.purple {
 width: 20%;
 height: 20%;
 left: 40%;
 top: 80%;
 background-color: white;
 position: absolute;
	
}

.purple:hover {
	background-color: purple;
	color: white;
}

.gold {
 width: 20%;
 height: 20%;
 left: 60%;
 top: 80%;
 background-color: white;
 position: absolute;
	
}

.gold:hover {
	background-color: gold;
	color: white;
}

.lightslategray {
 width: 20%;
 height: 20%;
 left: 80%;
 top: 80%;
 background-color: white;
 position: absolute;
	
}

.lightslategray:hover {
	background-color: lightslategray;
	color: white;
}

