canvas
{
	width: 512px;
	height: 512px;
	image-rendering: pixelated;
	outline-color: black;
	outline-style: solid;
	outline-width: 2px;
}

body
{
	text-align: center;
}

body
{
	text-align: center;
	font-family: "Lucida Console", Monaco, monospace;
}

button, input
{
	background-color: #555555;
	border: none;
	color: white;
	padding: 10px 16px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	font-family: "Lucida Console", Monaco, monospace;
}

#reset
{

}

#color
{
	border: none;
	margin-bottom: 0px;
	background-color: #555555;
	padding: 6px 8px;	
}