
$(document).ready( function() {
	$('button.answers').click( function() {
		$('li.correct').css( 'font-weight', 'bold' );
	});
})
