$(document).ready(function() 
{
/*
    $('ol li').each(function(){
        $(this).addClass("left-align") ; 
    }) ; 
    */
}) ;
