<CENTER>
<TABLE align=center width=60% border=0>
<TR>
<TD>
<font color=blue style=font-family:arial;cursor:default>cursor:default</font><br>
<font color=blue style=font-family:arial;cursor:help>cursor:help</font><br>
<font color=blue style=font-family:arial;cursor:auto>cursor:auto</font><br>
<font color=blue style=font-family:arial;cursor:move>cursor:move</font><br>
<font color=blue style=font-family:arial;cursor:e-resize>cursor:e-resize</font><br>
<font color=blue style=font-family:arial;cursor:ne-resize>cursor:ne-resize</font><br>
<font color=blue style=font-family:arial;cursor:nw-resize>cursor:nw-resize</font><br>
<font color=blue style=font-family:arial;cursor:n-resize>cursor:n-resize</font><br>
<font color=blue style=font-family:arial;cursor:se-resize>cursor:se-resize</font><br>
<font color=blue style=font-family:arial;cursor:sw-resize>cursor:sw-resize</font><br>
<font color=blue style=font-family:arial;cursor:s-resize>cursor:s-resize</font><br>
<font color=blue style=font-family:arial;cursor:w-resize>cursor:w-resize</font><br>
<font color=blue style=font-family:arial;cursor:wait>cursor:wait</font><br>
</CENTER>
본문 전체에 동일하게 적용하려면 head 부분에서
<STYLE TYPE="text/css">
A:hover { cursor:wait;}
</STYLE>