Fortunately YES !!!
<ol type="i">
<li>LI marker = standard black ---- LI content = standard black</li>
<li><font color="lightgrey">LI marker = standard black ---- LI content = specific color (lightgrey) by adding font-tags</li>
<li style="color:red"><font color="black">LI marker = specific color (red) ---- LI content = "FAKE standard" black by adding font-tags</font></li>
<li style="color:red">LI marker = specific color (red) ---- LI content = specific color (red) because it's without the font-tags</li>
<li style="color:lightgreen"><font color="brown">LI marker = specific color (lightgreen) ---- LI content = specific another color (brown)</font></li>
<li style="color:red;><font style="color

range; font-weight:400">LI marker = normal weight + specific color (red) ---- LI content = normal weight + specific color (orange) by adding font-tags with "normal font-weight style"</font></li>
<li style="color:red; font-weight:700"><font style="color

range; font-weight:400">LI marker = half bold + specific color (red) ---- LI content = normal weight + specific color (orange) by adding font-tags with "normal font-weight style"</font></li>
<li style="color:red; font-weight:900"><font style="color

range; font-weight:400">LI marker = extra bold + specific color (red) ---- LI content = normal weight + specific color (orange) by adding font-tags with "normal font-weight style"</font></li>
<li style="padding-top: 25px;">here an example with a padding</li>
<li style="margin-left:-20px;">here an example with a negative margin (text indent)</li>
<li style="left:50px; position:relative;">here an example with a positive margin (text indent)</li>
</ol>
If you have a list where you want to change more then one LI markers the same color etc, then start with a style in <ol> :
<ol type="i" style="color:red; font-weight:900">
Hope this helps,
Erik
<-- My sport:
Boomerang throwing !!
!! Many Happy Returns !! -->