/* Yuval Tzur,   039877972 */
/* Uri Kleiman,  308764901 */
/* Lital Motola, 200330983 */

* {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

canvas {
	background-color: black;
}

.buffer {
	visibility: hidden;
}

.blue {
	background-color: blue;
	color: white;
	width: 50px;
}

.aqua {
	background-color: aqua;
	color: black;
	width: 50px;
}

.green {
	background-color: green;
	color: white;
	width: 50px;
}

.dimgray {
	background-color: dimgray;
	color: white;
	width: 50px;
}

.purple {
	background-color: purple;
	color: white;
	width: 50px;
}

.red {
	background-color: red;
	color: white;
	width: 50px;
}

.orange {
	background-color: orange;
	color: white;
	width: 50px;
}

.yellow {
	background-color: yellow;
	color: black;
	width: 50px;
}

.lime {
	background-color: lime;
	color: black;
	width: 50px;
}

.white {
	background-color: white;
	color: black;
	width: 50px;
}

.shape_button {
	background-color: black;
	color: white;
	width: 100px;
}

.option_button {
	background-color: black;
	color: white;
	width: 100px;
}

.reset_button {
	background-color: red;
	color: black;
	font-weight: bold;
	width: 100px;
}