table tr.odd th, table tr.odd td {
	background: #66CCCC;
}
table tr, table tr td {
	background: #efefef;
}
table th {
	background: white;
}
td a:link, td a:active, td a:visited {
	text-decoration: none;
	color: black;
}
