.bold {
	FONT-WEIGHT: bold
}
.center {
	TEXT-ALIGN: center
}
.nowrap {
	WHITE-SPACE: nowrap
}
.bottom {
	VERTICAL-ALIGN: bottom
}
.left {
	TEXT-ALIGN: left
}
.right {
	TEXT-ALIGN: right
}
.top {
	VERTICAL-ALIGN: top
}
.middle {
	VERTICAL-ALIGN: middle
}
.superscript {
	VERTICAL-ALIGN: super
}
.underline {
	TEXT-DECORATION: underline
}
.italic {
	FONT-STYLE: italic
}
.justify {
	TEXT-ALIGN: justify
}
