html,
body,
head,
div,
form,
table,
tr,
td,
th,
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
	border: 0;
	border-collapse: collapse
}

li {
	list-style: none;
}

html {
	min-width: 100%;
	height: 100%;
	overflow: auto;
	font-size: 16px;
	color: black;
	position: relative;
	background: white;
}

body {
	font-family: notosans, arial;
	height: 100%;
	margin: auto;
}

a {
	text-decoration: underline;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

a.clear {
	color: initial;
	text-decoration: none;
}
