#just_a_table tr:hover {
	style:
		backgroundColor: #dff7fe,
		color: #7c7c7c,
	;
}
 
#just_a_table tr:leave {
	style:
		backgroundColor: white,
		color: #7c7c7c,
	;
}

#just_a_table2 tr:hover {
	style:
		backgroundColor: #dff7fe,
		color: #7c7c7c,
	;
}
 
#just_a_table2 tr:leave {
	style:
		backgroundColor: white,
		color: #7c7c7c,
	;
}
