Looking for help with formatting rows and columns in an ASP GridView. The rows are automatically colored alternating, and I want to make the content in every first column bold and every second column normal. I have heard about using CSS nth-child() to achieve this, but I'm not sure how to implement it with this ASP control. Any guidance would be appreciated.