'cursor' Example
<html> <body> <div class="explanations" style="background-color:#dddddd; cursor:hand;"> Move the mouse over this element to see the hand cursor. </div> </body> </html>