table tr:odd{
background-color:#99cccc;
}
table tr:even{
background-color:#99cccc;
}