How would you apply a green color to the text of the elements of an ordered list (<ol>)?
<ol>
ol { text-color: green; }
ol { color: green; }
ol { font-color: green; }
ol { list-color: green; }