@charset "UTF-8";
.burly {
	background-color: burlywood;
}
.chartreuse {
	background-color: chartreuse;
}
.darkgreen {
	background-color: darkseagreen;
}
.deepskyblue {
	background-color: deepskyblue;
}
.mistyrose {
	background-color: mistyrose;
}
.peach {
	background-color:peachpuff;
}
.thistle {
	background-color: thistle;
}