If you want to change the marker type of an ordered list (<ol>) to lowercase letters, what property would you use?
<ol>
ol { list-marker: lower-alpha; }
ol { marker-type: lower-alpha; }
ol { list-style: small-letter; }
ol { list-style-type: lower-alpha; }