cursor should change to crosshair over image

The code for this page looks like this:
body {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
color:#999999;
background-color: #333333;
margin: 1em 5em;
}
a {
text-decoration: none;
color:#666699;
}
h2 {
font-weight: bold;
font-size: 24px;
color: #CC66CC;
}
h1 {
font-weight:bold;
font-size: 36px;
font-variant: small-caps;
}
.code {
font-family: monospace;
font-size: 14px;
color: green;
background-color: black;
}
li {
list-style: circle, inside;
}
img {cursor: crosshair;
}