.mytable tr:nth-child(odd)
{
	background-color: pink;
}
.mytable tr:nth-child(even)
{
	background-color: yellow;
}