body {
  font-family: Verdana, Helvetica, sans-serif;
  color: yellow;
  background: white;
}

a:link { color: blue; 
  font: xx-large Helvetica, sans-serif;
  text-decoration: none;
  }
a:visited { color: teal; 
  font: xx-large Helvetica, sans-serif;
  text-decoration: none;
  }

p {
  color: yellow;
}

#s1 {
  color: silver; 
  font: 100px Helvetica, sans-serif;
}

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

#s2 {
  color: blue; 
  font: italic 90px Times, serif;
}

#p2 {
  top: 200px;
  text-align: right;
}

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

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


#s4 {
  color: red; 
  font: bold 70px Courier, monospace;
}

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

