.prelude p {
	background-color: aqua;
	border: solid;
	border-width: 2px;
	margin: 4px;
	padding: 4px;
}

textarea {
	white-space: nowrap;
	width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	font-family: monospace;
}