.changed{
	background: red;
}
.zero{
	background: blue;
	color: white;
}
.new {
	background: green;
	color: white;
}
a.link{
	cursor: pointer;
}
