/* Add any valid CSS declarations */

tr:nth-child(even) {background: #CCC}
tr:nth-child(odd) {background: #FFF}