body {	font-family: arial, verdana, sans-serif;	font-size: 0.8em;	background-color: #CCCCCC;	color: #001122;	margin: 0px;	padding: 0px;}.pixel {	background-color: #FFFFFF;	position: absolute;	overflow: hidden;	width: 19px;	height: 19px;	border:1px #000000 solid;	background-position: center center;	background-repeat: no-repeat;}#canvas {	position: absolute;	left: 10px;	top: 30px;	width: 361px;	height: 361px;	background-color: #FFFFFF;}#myResult {	font-family:courier new, courier;	position: absolute;	left: 440px;	top: 30px;	width: 240px;	height: 255px;	background-color: #fff;}#palette {	position: absolute;	background-color: #000000;	left:440px;	top:335px;}#createButton {	position:absolute;	top:295px;	left:590px;}.button {	text-decoration:none;	font-weight:bold;	background-color:#333333;	color:#CCCCCC;	padding:5px;	border: 2px #FFFFFF solid;}