.direita {
	text-align: right;
}
.esquerda {
	text-align: left;
}
.justificado {
	text-align: justify;
}
.centro {
	text-align: center;
}