body {
  background-color: black;
  background-image: url(/stuff/backround.png);
  color: white;
  font-family: cursive;
  font-size: 16px;
  text-align: center;
  cursor: url('maincursor.png'), auto;
}

hint {
  background-color:#000000;
  color: #000000;
}

div {
  text-align: center;
}

a:link {
  color: red;
}

a:hover {
  color: white;
}

a:visited {
  color: red;
}

a:active {
  color: #EEEEEE;
}