a {
  font-family: Arial, sans-serif;
  font-weight: regular;
  text-decoration: none;
  color: black;
  font-size: 24px;
  height: 30px;
}
a.yellow:hover {
  color: #fbb03b;
}
a.purple:hover {
  color: #662d91;
}
a.green:hover {
  color: #8cc63f;
}
.footwrap {
  clear: both;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #c3d186;
  text-align: center;
  padding-bottom: 11px;
}
.footwrap a {
  color: #c3d186;
  font-size: 12px;
}
.footwrap a:hover {
  color: #a3c700;
}