.purpleGradient {
  outline: none;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  color: #f2f2f2;
  background: #533a64;
  background: -webkit-gradient(linear, left top, left bottom, from(#88679b), to(#533a64));
  background: -moz-linear-gradient(top, #88679b, #533a64);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#88679b', endColorstr='#533a64');
}
.purpleGradButton {
  display: inline-block;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  padding: .5em 1.5em .55em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
  border-radius: .5em;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  color: #f2f2f2;
  border: solid 1px #533a64;
  background: #533a64;
  background: -webkit-gradient(linear, left top, left bottom, from(#88679b), to(#533a64));
  background: -moz-linear-gradient(top, #88679b, #533a64);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#88679b', endColorstr='#533a64');
}
.purpleGradButton:hover {
  background: #533a64;
  text-decoration: none;
}
.purpleGradButton:active {
  position: relative;
  top: 1px;
}
.linklist {
  font-size: 20px;
}
