Style Your Ordered List http://webdeveloperplus.com/css/25-incredibly-useful-css-tricks-you-should-know/
/*
Style numbers of an ordered list in different way than the content of each
list item.
*/
ol {
font: italic 1em Georgia, Times, serif;
color: #999999;
}
ol p {
font: normal .8em Arial, Helvetica, sans-serif;
color: #000000;
}