@charset "utf-8";
/* CSS Document */

body {
background-color:black;
cursor:url(./arrowcursor.ani);
}

p:text {
cursor:url(./arrowcursor.ani);
color:#999999;
}

a:hover {
cursor:url(./arrowcursor.ani);
text-decoration:none;
color:black;
background:#660000;
}

a:visited {
cursor:url(./arrowcursor.ani);
text-decoration:none;
color:white;
background:#660000;
}

a:link {
cursor:url(./arrowcursor.ani);
text-decoration:none;
color:white;
}

td {
border:outset;
}
