body{
  cursor: url(http://www.rw-designer.com/cursor-extern.php?id=197379), auto !important;
  background-image: url('rainbowbg.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  color: white;
  text-shadow: 0 0 5px #59ff00;
  font-family: verdana, arial, sans-serif;
}




.title{
  position: relative;
  left: 250px;
  border: 3px groove #5cde00;
  border-radius: 10px;
  background: rgba(92, 222, 0, 0.3);
  width: 750px;
  padding-left: 15px;
}



a{
  text-decoration: none;
  color: white;
}

a:hover{
  cursor: url(http://www.rw-designer.com/cursor-extern.php?id=197373), auto !important;
  color: #a5ff61;
}


#fullscreen{
  position: absolute;
  width: 50px;
  height: 50px;
  left: 640px;
  bottom: 15px
}

#minimize{
  position: absolute;
  width: 50px;
  height: 50px;
  left: 580px;
  bottom: 15px;
}

#exit{
  position: absolute;
  width: 50px;
  height: 50px;
  left: 700px;
  bottom: 15px;
}