.container {
  width: 800px;
}

.right {
  text-align: right;
}

.italic {
  font-style: italic;
}

.ls10 {
  letter-spacing: 10px;
}

.bg-purple {
  background-color: purple;
}

.white {
  color: white;
}

.lh30 {
  line-height: 30px;
}

.justify {
  text-align: justify;
}

.orange {
  color: orange;
}

.blue {
  color: blue;
}

.uppercase {
  text-transform: uppercase;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.arial {
  font-family: Arial;
}

.lightgreen {
  color: lightgreen;
}

.fs30 {
  text-align: right;
  font-size: 30px;
}

.fs25 {
  font-size: 25px;
}

.indent {
  text-indent: 60px;
}