body {
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 10pt;
	background-color: White;
}

a {
   color: White;
}
a:hover {
	color: Lime;
}

h1 {
	text-align: center;
}

h2 {
	font-size: 13pt;
}

table {
	font-size: 10pt;
}

