I came across the below, sorry I don't have any notes on where, and it's
worked for me. Put the color you want on the li and then use to change the
number color and weight.
ol { counter-reset: item }
ol li { display: block }
ol li:before {
content: counter(item) ". ";
counter-increment: item;
font-weight: bold;
color: #00FD00;
}
Christie Mason
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************