body, pre, html {
	margin: 0;
	padding: 0;
}

pre {
	font-size: 1em;
}

body {
	border-style: groove;
	border-color: pink;
	border-width: 10px;
	background: -moz-element(#canvas);
}

canvas {
	display: none;
}

pre#aqua {
	font-size: 1.2em;
	border: aquamarine 10px;
	border-style: groove;
}
