.center {
	text-align:center;
}

.right {
	text-align:right;
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}