html{
  background-color: #000000;
  color: #ececec;
  font-family: 'BlocksSon', 'Billiam', Comic Sans MS, Times New Roman;
  cursor: url('https://thecubedweb.neocities.org/Mouse/Cursor1.png'), default;
}

a:link{
  cursor: url('https://thecubedweb.neocities.org/Mouse/Cursor2.png'), pointer;
  color:#FFDE00;
  text-decoration: underline;
}

a:visited{
  color: #00ff00;
  text-decoration: underline;
}

a:hover{
  color: red;
  text-decoration: underline;
}

.box .box-head{
  padding: 7px 20px;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #fff;
  border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
  font-family: 'Lucida Grande',arial,sans-serif;
}