html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 4pt;
	overflow: auto;
	margin: 0;
	padding: 0;
	text-align: center;
}

body {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: black;
	font-size: 8pt
}
a:hover {
	color: black;
	text-decoration: underline;
	font-size: 8pt
}

