html {
    cursor: url('files/gospelcursor_.png'), auto;
}
body {
  background-image: url('files/fog01.png'); /*Thanks to LFA at OpenGameArt for the background!*/
  background-repeat: no-repeat;
  background-attachment: fixed; 
  background-size: 100% 100%;
    font-family: Arial;
    color: white;
}
h3 {
  font-size: 12px;
}
h4 {
  font-size: 32px;
}
a:link {
  color: yellow;
  text-decoration:none;
}

a:visited {
  color: red;
  text-decoration:none;
}

a:hover {
  color: lightyellow;
  text-decoration:none;
}

div {
  box-shadow: 5px 5px 15px black;
}

footer {
    position: relative;
    height: 42px;
   width: 100%;
  }
  notcopyright {
    position: absolute;
    width: 100%;
   line-height: 10px;
   text-align: center;
    bottom:0;
}


::selection {
    background-color: #212121;
    color: #fff;
}
::-moz-selection {
    background-color: #212121;
    color: #fff;
}
::-o-selection {
    background-color: #212121;
    color: #fff;
}
::-ms-selection {
    background-color: #212121;
    color: #fff;
}
::-webkit-selection {
    background-color: #212121;
    color: #fff;
}