body {
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 13px;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
}

/* type color is defined in layout.css because it's a white on black site, and tinymce needs to display black text to be readable */

/* Custom Classes used to style text, and available for use in the back-end */
.left {
  display: inline;
  float: left;
  margin: 10px 10px 10px 0;
}

.right {
  display: inline;
  float: right;
  margin: 10px 0 10px 10px;
}

.red { color: red; }

.thesis {
  font-size: 1.2em;
  line-height: 1.5em;
}