@font-face { 
  font-family: daydream;
  src: url(Daydream.woff);
}
@font-face { 
  font-family: gothicpixel;
  src: url(GothicPixels.woff);
}
@font-face { 
  font-family: pixelfy;
  src: url(Pixelfy.woff);
}
input{
  background: none;
  border:none;
}
ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul li{
  margin-bottom:7px;
}
input:focus{
  outline: none;
  background: none;
  border:none;
}
h1 { 
  font-family: ms gothic, monospace;
  font-size: 18px;
  font-weight: bold;
  color:#000000;
}
h2 { 
  font-family: ms gothic, monospace;
  font-size: 25px;
  color:#ffffff;
  margin-bottom:2px;
  text-shadow: 3px;
}
h3{ 
  font-family: ms gothic, monospace;
  font-size: 17px;
  color:#ffffff;
  letter-spacing: 2px;
  }
a:link { 
  color:#dd73f5;
  text-decoration: none;
}
a:visited { 
  color:#dd73f5;
}
a:hover {
  color: #dd73f5;
}
p {
  margin-bottom: 5px;
  padding-bottom: 0.01px;
}
body { 
  max-height: 90vh;
}
a:link { 
  color:#dd73f5;
}
a:visited { 
  color:#dd73f5;
}
a:hover {
  color: #dd73f5;
  cursor: pointer;
}
a.prpg:link { 
  color:#ffffff;
}
a.prpg:visited { 
  color:#ffffff;
}
a.prpg:hover {
  color: #ffffff;
  cursor: pointer;
}
a.one:link { 
  color:#ffffff;
}
a.one:visited { 
  color:#ffffff;
}
a.one:hover {
  color: #b5b5b3;
  cursor: pointer;
}
::-webkit-scrollbar {
  border: none;
}
::-webkit-scrollbar-track {
  display: none;
}
::-webkit-scrollbar-thumb {
  background: #ffffff;
  width: 9px;
}
body {
  font-family: ms gothic, monospace;
  background:url('NewsletterBG.gif');
  color: #391d3d;
}

