/* For "discursive" pages which are left aligned and have significant
 * paragraphs. I'm not convinced this is the best way to do this and this style
 * sheet may disappear. It should be used in conjunction with the standard
 * styles.css. */

body {
  text-align: left;
}

p {
  margin-left: auto;
  margin-right: auto;
}

body {
  margin-left: 15px;
  margin-right: 15px;
}

div.page-title {
  margin-left: 0px;
  margin-right: 0px;
}
