#first {
 text-align: center;
}

#second {
 text-align: justify;
}

#third {
 text-align: left;
}

#fourth {
 text-align: right;
}

#fifth {
 text-decoration: overline;
}

#sixth {
 text-decoration: underline;
}

#seventh {
 text-decoration: line-through;
}

#eighth {
 text-transform: lowercase;
}

#ninth {
 text-transform: uppercase;
}

#tenth {
 text-transform: capitalize;
}

#eleventh {
 text-indent: 1cm;
}

#twelfth {
 text-indent: 0.5em;
}

#thirteenth {
 text-indent: 20px;
}

#fourteenth {
 font-family: cursive;
}

#fifteenth {
 font-family: sans-serif;
}

#sixteenth {
 font-family: serif;
}

#seventeenth {
 font-family: monospace;
}

#eighteenth {
 font-size: 0.9em;
}

#nineteenth {
 font-size: 1pc;
}

#twentieth {
 font-size: 5mm;
}

#twenty-first {
 font-style: normal;
}

#twenty-second {
 font-style: oblique;
}

#twenty-third {
 font-style: italic;
}

#twenty-fourth {
 font-variant: normal;
}

#twenty-fifth {
 font-variant: small-caps;
}

#twenty-sixth {
 font-weight: 100
}

#twenty-seventh {
 font-weight: 400
}

#twenty-eighth {
 font-weight: 300
}

#twenty-ninth {
 text-decoration: underline;
 font-style: normal;
 font-family: monospace;
}

#thirtieth {
 text-indent: left;
 text-transform: capitalize;
 font-weight: 600;
}