/* This is to change the style of the Project All Src sites. WHY DOESN'T THE CURSOR WORK????? */
body {
  background-color: black;
  color: White;
  font-family: Verdana;
  cursor: url("/allsrc/allsrc_cursor_v2.png"), auto;
}