body {
	background: url(img/mario.jpg) no-repeat center center fixed;
	background-size: cover;
	margin: 0;
	padding: 0;
	padding-bottom: 36px;
}

footer {
	color: white;
	background-color: black;
	font-size: 12pt;
	font-family: sans-serif;
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 0;
}

a {
    color: inherit;
}

.div0 {
    margin: 16pt;
    padding-left: 16pt;
    padding-right: 16pt;
    display: inline-block;
    color: blue;
    font-size: 16pt;
    font-family: sans-serif;
    background-color: #fddb;
}

.footerlink {
	color: lightgray;
    margin: 12pt;
}

#d {
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
