div#team {
  padding: 10px 15px 10px 10px;
}

div#team div.member {
  margin: 10px 0px 10px 0px;
}

div#team div.member h2 {
  background: #B6C992;
  color: #333;
  text-align: right;
  font-size: 12px;
  line-height: 24px;
  font-weight: normal;
  padding-right: 10px;
}

div#team div.member h2 span {
  float: left;
  color: #C0740D;
  color: #005504;
  font-weight: bold;
  padding-left: 20px;
  font-size: 16px;
  width: 100px;
  text-align: left
}

div#team div.member h2 a {
  font-size: 10px;
  font-weight: normal;
  color: #444;
  float: left;
  text-decoration: underline
}

div#team div.member h2 a:hover {
  text-decoration: none
}

div#team div.member p {
  padding: 5px 10px 5px 10px;
  text-indent: 20px;
}
