@charset "UTF-8";
/* Contribute Styles */

/* ---- BEG Header Formats ---- */
h1 {
	color: #a73d3d;
	font-size: 160%;
	font-weight: bold;
}
h2 {
	color: #512a5f;
	font-size: 140%;
	font-weight: bold;
}
h3 {
	color: #a73d3d;
  font-size: 120%;
  font-weight: bold;
}
h4 {
	color: #512a5f;
  font-size: 120%;
  font-weight: bold;
}
h5 {
  font-size: 90%;
  font-weight: normal;
}
h6 {
  font-size: 78%;
  font-weight: normal;
	line-height: 120%;
}

/* ---- BEG Image Alignment ---- */
.img-left {
	float: left;
	padding: 0 8px 0 0;
}
.img-right {
	float: right;
	padding: 0 0px 0 8px;
}

