@charset "utf-8";

body {
	margin: 1em;
	width: 95%;
	max-width: 700px;
	font-family: sans-serif;
}

textarea {
	width: 100%;
	height: 100px;
	font-size: 80%;
	white-space: nowrap;
}

strong {
	font-weight: bold;
	text-decoration: underline;
}