body {
    font-family: monospace;
    background-color: whitesmoke;
    background-image:  url(DKG.jpg);
    background-position: left top;
    background-attachment: fixed;
    background-size:cover;

    overflow: hidden
    


}

ul {
    font-family: helvetica;
}
td:hover {background-color: rgba(163, 31, 31, 0.543) ;color: rgb(3, 65, 147);}

.steelblue-theme { background-color: steelblue;color:aliceblue}
.rand-theme {
        width: 11%;
                       
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
  font-family: helvetica;
  color:white	
  
}