body {
	margin:10px;
	padding:10px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:black;
	background-color:white;
	font-size: 16px;
}

H1 {
	font-size: x-large;
	font-weight: bold;
	padding-bottom: 8px;
}

H2 {
	font-size: large;
	font-weight: bold;
	padding-bottom: 8px;
}

H3 {
	font-size: medium;
	font-weight: bold;
	padding-bottom: 8px;
}


A {
	text-decoration: none;
	color:gray;
	background-color:white;
	font-weight: bold;
}

A:hover {
	text-decoration: underline;
	color:gray;
	background-color:white;
	font-weight: bold;
}

div.stats {
	padding-top: 30em;
	float: bottom;
	float: right;
}
