BODY {
  color: yellow;
  background: white;
  font-family: verdana, helvetica, sans-seif;
}

P {
  color: yellow;
}


#s1 {
  color: #DDD; 
  font: 100px Impact, sans-serif;
}

#p1 {
  margin-top: -30px;
  text-align: left;
}

#s2 {
  color: #000; 
  font: italic 50px Georgia, serif;
}

#p2 {
  margin-top: -80px; 
  margin-left: 5%;
  text-align: right;
}

#s3 {
  color: #FF0;
  font: 80px Verdana, sans-serif;
}

#p3 {
  margin-top: 10px;
  text-align: center;
}


#s4 {
  color: #E22; 
  font: bold 40px Courier New, monospace;
}

#p4 {
  margin-top: -20px;
  margin-right: 20%;
  text-align: right;
}

