// horizontal alignment, replaces HTML align.
// The best way to understand it just to experiment to see the visual effect.

text-align:left
text-align:right;
text-align:justify;  // flush on both left and right
text-align:center;   // watch the American spelling

// there is no such thing as text-align:middle, but this is a vertical-align:middle for vertical alignment.