* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: bold;
	font-family: monospace;
	font-size: 93%;
	text-align: center;
	background-color: silver;
}

textarea {
	margin-top: 3em;
	border-style: outset;
	background-color: black;
	color: white;
	overflow: visible;
	padding-top: 1em;
}

