/* ---- CSS for Contribute Style Control ---- */
h1 {
  color: #64913c;
  font-size: 250%;
}
h2 {
  color: #64913c;
  font-size: 210%;
}
h3 {
  color: #64913c;
  font-size: 180%;
}
h4 {
  font-size: 90%;
	font-weight: normal;
}
h5 {
  font-size: 80%;
	font-weight: normal;
}
h6 {
  font-size: 70%;
	font-weight: normal;
}

/* -- MISC -- */
.img-left {
	float: left;
	padding: 0 10px 5px 0;
}
.img-right {
	float: right;
	padding: 0 0px 5px 10px;
}