BODY{cursor:url("Arrow.green.cur");
}
input {cursor:url("Hand.green.cur");
}


BODY {
scrollbar-face-color: #000000;
scrollbar-highlight-color: #00FF00;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: #00FF00;
scrollbar-arrow-color: #00FF00;
scrollbar-track-color: #000000;
}


input[type="submit"] { -moz-border-radius:25px }
input[type="reset"] { -moz-border-radius:25px }
input[type="button"] { -moz-border-radius:25px }
input[type="text"] { -moz-border-radius:25px }
input:focus { -moz-border-radius:5px }
textarea:focus { -moz-border-radius:5px }

a:hover {font-weight:bold; cursor:url("Hand.green.cur");}

.ghost:after {content: url(screen3.gif); 
img {display: block;}}


