html, body {
	position: absolute;
	margin: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background-color: rgb(16, 16, 16);
	min-height: 300px;
}

body {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
a {
	color: rgb(0,100,200);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: rgb(0,80,160);
}

label {
	display: block;
}

input, button, select, textarea {
	padding: 0;
	margin: 0;
	text-align: left;
}

input:disabled {
	color: #ccc;
}
ul,li { 
	list-style-type: none;
	margin:0;
	padding:0;
}



