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

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

.red { color: red; }

#pageHeader {
/*  color: #333;*/
  font-size: 31px;
/*  font-weight: 100;*/
  text-transform: uppercase;
}

h1, h2, .content h3, h4, h5, h6 {
  color: #333;
  margin-top: 0;
}
