div {
  width: 800px;
}

#a1 {
  font-style: italic;
  text-align: right;
  font-size: 25px;
  letter-spacing: 5px;
  margin-bottom: 0px;
}

#a2 {
  margin-top: 0px;
  line-height: 2;
  text-align: justify;
  text-indent: 60px;
}

#a3 {
  text-indent: 60px;
  line-height: 1;
  text-align: justify;
  font-family: Arial;
  font-weight: 500;
}

#a4 {
  text-indent: 60px;
  text-align: justify;
  color: chartreuse;
}

#a5 {
  text-indent: 60px;
  text-align: justify;
  font-family: Times New Roman;
}

#s1 {
  background-color: purple;
  color: white;
}

#s2 {
  color: blue;
  text-transform: uppercase;
}

#s3 {
  word-spacing: 20px;
}

.c1 {
  color: orange;
}