.nieuwsbrief {
  background-color: #8A0059;
}
.nieuwsbrief .titel {
  font-family: Georgia;
  font-size: 17px;
  color: #FFFFFF;
  font-weight: normal;
  font-style: italic;
}
.nieuwsbrief .subtitel {
  font-family: Georgia;
  font-size: 11px;
  font-weight: normal;
  font-style: italic;
  color: #FFFFFF;
  margin-left: 20px;
}
.nieuwsbrief .subtitel a {
  color: #FFFFFF;
  text-decoration: none;
}
.nieuwsbrief .subtitel a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
.nieuwsbrief input {
  font-family: "Lucida Sans";
  font-size: 11px;
  color: #3C3C3C;
  width: 239px;
}
.nieuwsbrief .verzenden {
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
}
.nieuwsbrief .verzenden a {
  color: #FFFFFF;
  text-decoration: none;
}
.nieuwsbrief .verzenden a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}