body {
  background-image: url('0_sitewide/background.png');
  background-attachment: fixed;
}
@font-face {
  font-family: "impact";
  src: url("fonts/IMPACT.TTF") format("truetype");
}
@font-face {
  font-family: "gelpen";
  src: url("fonts/GELPENUPRIGHT.TTF") format("truetype");
}
@font-face {
  font-family: "gelpen heavy";
  src: url("fonts/GELPENUPRIGHTHEAVY.TTF") format("truetype");
}
.impact1 {
  font-family: impact;
  font-size: 30px;
  line-height: 1.0;
  color: #FF008B;
}
.impact2 {
  font-family: impact;
  font-size: 20px;
  line-height: 1.0;
  color: white;
}
.gelpen1 {
  font-family: gelpen;
  font-size: 18px;
  line-height: 1.0;
  color: #FF008B;
}
.gelpen2 {
  font-family: gelpen;
  font-size: 18px;
  line-height: 1.0;
  color: white;
}
.gelpenheavy1 {
  font-family: gelpen heavy;
  font-size: 18px;
  line-height: 1.0;
  color: #FF008B;
}
.gelpenheavy1 {
  font-family: gelpen heavy;
  font-size: 18px;
  line-height: 1.0;
  color: white;
}