Атрибут color
color Attribute
{ color: <color>}
This property describes the text color of an element, i.e. the "foreground"
color.
This attribute is inherited.
Settings
There are different ways to specify red:
EM { color: red } /* natural language / CNS */
EM { color: #F00 } /* #RGB */
EM { color: #FF0000 } /* #RRGGBB */
EM { color: rgb 1.0 0.0 0.0 } /* float range: 0.0 - 1.0 */