html, body {
  height: 100%;
  margin: 0;
  
}
body {
    color: #6d005b;
    font-family: "ms ui gothic";
    letter-spacing: 1.1px;
    background-image: url('img/static.gif');
    cursor: url(img/tomied1.png), auto !important;
}

a:hover, 
button:hover {
 cursor: url(img/tomied2.png), auto;
}
div {
    position: relative;
    width: 1200px;
    height: 930px;
    background-color: black;
    border: 5px solid #6d005b;
    border-radius: 1px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-style: double;
}
.child {
  position: relative;
  height: auto;
  min-height: 930px;
}
ul {
  list-style-type: none;
  margin: 15px;
  padding: 45px;
}
li {
  margin-bottom: 20px;
}
a {
  color: #6d005b; /* Sets the default link color to blue */
}
a:visited {color: #6d005b;}
a:hover {color: #880071;}
a:active {color: #880071;}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 700px;
}