@charset "utf-8";
/* CSS Document */

.odd {
  background-color: #ffc;
}
.even {
  background-color: #cef;
}

.highlight {
 font-weight:bold;
 color: #f00;
} 

.table-heading {
	background-color: #FFFF00;
}