With using color property you can assign a specific color to a
selector. The text color of the selector or tag will be changed to the color you
specified in style Sheet. Example:
P { color:#000080; }
A { color:blue; font-family:verdana; }
H2 { color: rgb(10%, 20%, 62%); }