body { color: #036; }

div { margin: 10px; }

.right { text-align: right; }
.center { text-align: center; }
.left { text-align: left; }

p { width: 150px;
display: inline;
margin: 20px 15px;
padding: 20px;
background-color: #9b9bff; 
border: 2px solid #036; 
text-align: center; }

.cursor1 { cursor: crosshair; }
.cursor2 { cursor: default; }
.cursor3 { cursor: pointer; }
.cursor4 { cursor: move; }
.cursor5 { cursor: e-resize; }
.cursor6 { cursor: ne-resize; }
.cursor7 { cursor: nw-resize; }
.cursor8 { cursor: n-resize; }
.cursor9 { cursor: se-resize; }
.cursor10 { cursor: sw-resize; }
.cursor11 { cursor: s-resize; }
.cursor12 { cursor: w-resize; }
.cursor13 { cursor: text; }
.cursor14 { cursor: wait; }
.cursor15 { cursor: help; }
.cursor16 { cursor: all-scroll; }
.cursor17 { cursor: col-resize; }
.cursor18 { cursor: no-drop; }
.cursor19 { cursor: not-allowed; }
.cursor20 { cursor: progress; }
.cursor21 { cursor: row-resize; }
.cursor22 { cursor: vertical-text; }
.cursor23 { cursor: url(dinosau2.ani); }
.cursor24 { cursor: url(banana.ani); }
.cursor25 { cursor: url(barber.ani); }
.cursor26 { cursor: url(metronom.ani); }
.cursor27 { cursor: url(piano.ani); }

