Welcome to the North Madison County Public Library System!
// create a new class for td with centered text var style = document.createElement('style'); style.type = 'text/css'; style.innerHTML = '.override td { text-align: center; }'; document.getElementsByTagName('head')[0].appendChild(style);





