.alignLeft {
	text-align: left
}
.alignRight {
	text-align: right;
}
.alignCenter {
	text-align: center;
}
.alignJustify {
	text-align: justify;
}