.style1 {
  font-size: 18px;
  color: #a56092;
}
.style2 {
  font-size: 90px;
  color: #ff6600;
}
.style3 {
  font-size: 44px;
  color: #9966ff;
  font-weight: 200;
}

.style4 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-style: oblique;
  color: #00ffcc;
  letter-spacing: 3em;
}

.style5 {
  color: #954308;
  font-family: "Arial";
  font-size: 34px;
  font-style: italic;
  font-weight: bold;
}
.newstyle {
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  color: #aa00ff;
  font-size: 55px;
  text-shadow: 2px 2px #ff0000;
}


