html {
  width: 100%;
  height: 100%;
}

body {
	color: black;
	background-color: white;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: smaller;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	height: 100%
}

.small {
  font-size: 8pt;
}
