﻿.center {
				text-align: center;
}
.justify {
				text-align: justify;
}
.left {
				text-align: left;
}
.right {
				text-align: right;
}
