.headline {
  font-family: 'Arial Light', arial;
  font-size: 15px;
  font-weight: bold;
}

.subhead {
  font-family: 'Arial Light', arial;
  color: #5B214A;
  font-size: 15px;
  font-weight: 600;
  margin-right: 5px;
}


.green_subhead a, .green_subhead {
  font-family: verdana;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-size: 10px;
  font-weight: normal;
  color: #5A8825;
}

.purple_subhead {
  font-family: verdana;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-size: 11px;
  font-weight: bold;
  color: #5B214A;
}

.gradient {
  background: #B3CC95;
  background: -webkit-gradient(linear, left top, right top, from(#B3CC95), to(#E2EDD0));
  background: -webkit-linear-gradient(left, #B3CC95, #E2EDD0);
  background: -moz-linear-gradient(left, #B3CC95, #E2EDD0);
  background: -ms-linear-gradient(left, #B3CC95, #E2EDD0);
  background: -o-linear-gradient(left, #B3CC95, #E2EDD0);
}