You can set the color of text with the following:
color: value;
Possible values are:
You can adjust the space between letters with the following:
letter-spacing: value;
Possible values are:
For example,
letter-spacing: 5px;
You can align text with the following:
text-align: value;
Possible values are:
For example:
text-align: center;
You can decorate text with the following:
text-decoration: value;
Possible values are:
For example,
text-decoration: underline;
You can indent the first line of text with the following:
text-indent: value;
Possible values are:
For example,
text-indent: 10px;
You can control the size of letters using the following:
text-transform: value;
Possible values are: