body{
	color: white;
	background-color: black;
	cursor: default;
	font-family: monospace;
	padding: 0;
	margin: 0;
	font-size: 1em;
}
.r{
	color: inherit;
	background: inherit;
	cursor: text;
	font: inherit;
	text-decoration: none;
	border: none;
	white-space: pre-wrap;
	word-wrap: break-word;
}
