@charset "utf-8";

body {
  font-family: sans-serif;
}

p#error {
  color: red;
  font-weight: bold;
}

p#textLink {
  display: inline;
}

textarea {
  font-family: monospace;
  width: 938px;
  height: 182px;
  line-break: anywhere;
}