You can style text by changing its color and/or its alignment.
color: name, rgb, or hex;
text-align: center, left, right, justify;
There is also text-decoration (this is usually used to override another style with none):
text-decoration: none, overline, line-through, underline;
You can also use various font properties to change your text.
font-family: "Times New Roman", sans-serif, serif etc;
font-style: normal, italic, or oblique;
font-size: #px, #%;
font-weight: normal, bold;