body {
  font-family:sans-serif;
  font-size: medium;
  text-align:justify;
  color: black;
  background-color: aliceblue;
}

#first {
  text-align: right;
}

#second {
  text-align:left;
}

#third {
  text-align:center;
}

#fourth {
  text-decoration: overline;
}

#fifth {
  text-decoration: underline;
}

#sixth {
  text-decoration: line-through;
}

#seventh {
  text-transform: capitalize;
}

#eigth {
  text-transform: lowercase;
}

#ninth {
  text-transform: uppercase;
}

#tenth {
  text-indent: 10em;
}

#eleventh {
  text-indent: 8em;
}

#twelfth {
  text-indent:-2em;
}

#thirteenth {
  font-family: cursive;
}

#fourteenth {
  font-family: fantasy;
}

#fifteenth {
  font-family: serif;
}

#sixteenth {
  font-family: sans-serif;
}

#seventeeth {
  font-size: small;
}

#eighteenth {
  font-size: medium;
}

#ninteenth {
  font-size: large;
}

#twentieth {
  font-style: italic;
}

#twentyfirst {
  font-style: normal;
}

#twentysecond {
  font-style: oblique;
}

#twentythird {
  font-variant: normal;
}

#twentyfourth {
  font-variant: small-caps;
}

#twentyfifth {
  font-weight: bold;
}

#twentysixth {
  font-weight: lighter;
}

#twentyseventh {
  font-weight: bolder;
}

#twentyninth {
  font-size: small;
  color: blueviolet;
  background-color: aquamarine;
}

#thirtieth {
  font-style: italic;
  text-decoration: underline;
}
