/* plain2.css - same "classic unstyled HTML" look as plain.css (browser
 * defaults for fonts, colors, links) but constrains line length on wide
 * windows, using the same centered-column rule as principia.css.
 */
body {
  max-width: 50em;
  margin: 2em auto;
  padding: 0 1em;
}
