Welcome to the North Madison County Public Library System!
Library hours and services are subject to change based on the Indiana Covid-19 metric map.
// 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);