$(document).ready(function() {

$("a.green").click(function(){ 
$("#clue").css("display", "inline");
;});

});