body {
background: #FFFFFF url("https://file.garden/ZvZ4vyE050beWbUU/stars%204.gif") repeat scroll 50% 50%;
font-family: "Lucida Console", Monaco, monospace;
font-size: 15px;
letter-spacing: 1px;
word-spacing: -0.4px;
color: #FFFFFF;
font-weight: 700;
text-decoration: none;
font-style: normal;
font-variant: normal;
text-transform: lowercase;
}
a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}
 body {
    cursor: url("cursor.png"), auto;
}
