.center { text-align: center }
.left { text-align: left }
.right { text-align: right }
.top { vertical-align: top }
.middle { vertical-align: middle }
.bottom { vertical-align: bottom }
.nowrap { white-space: nowrap }
.bold { font-weight: bold }
.italic { font-style: italic }
.oblique { font-style: oblique }
.clear { clear: both }
.clear-left { clear: left }
.clear-right { clear: right }
.underline { text-decoration: underline }
.overline { text-decoration: overline }
.strike { text-decoration: line-through }
.blink { text-decoration: blink }
.float-left { float: left }
.float-right { float: right }
.small-caps { font-variant: small-caps }
.upper { text-transform: uppercase }
.lower { text-transform: lowercase }
.capitalize { text-transform: capitalize }
.normal { text-transform: none; font-style: normal; font-weight: normal; text-decoration: none }
