			
			th
			{
			background: #66CCFF;
			color:black;
			}
			td
			{
			background:#CCFFFF;
			}
			tr:nth-child(odd){
				color:red;
			}
			tr:nth-child(even){
				color:blue;
			}
			tr:nth-child(9){
				color:blue;
			}
			table, th, td {
			border: 1px solid black;
			border-collapse: collapse;
			text-align: center; Padding:3px
			}

			table.center {
			margin-left: auto; 
			margin-right: auto;
			}
			.centerCell {
			text-align: center;
			}