Table Header Table Header morestyle
Table Data Table Data

This is a test of IE8 th inheritance. The th needs the horizontal alignment applied to it directly. Here's the relevant CSS:

				table {
					text-align: left;
					width: 900px;
					margin-bottom: 20px;
					border: 1px solid black;
				}
				.morestyle th {
					text-align: left;
				}
		

Here's a partial screen shot of this page in IE8:

IE8 screenshot of th inheritance bug