@CHARSET "UTF-8";

.odd {
	background-color: light-gray;
}

.active {
	backgroud-color: gray;
}

tr:hover {
	backgroud-color: white;
}

