tr.odd td{
	background-color: #EEEEEE; 
	color: black;
}
tr.even td{
	background-color: whitesmoke;
	color: black;
}
th {
	background-color: #555555; 
	color: white;
	text-align:left;
}

