body {
	background-color: white;
	color: #222;
	font-family: sans-serif;
	font-size: small;
	margin: 0 auto;
	padding: 0;
}

a {
	color: #800;
	text-decoration: none;
}

a:hover {
	background-color: #800;
	color: white;
}

a:visited {
	color: #500;
}

h1 {
	background-color: #eee;
	font-size: x-large;
	margin: 0 0 .5em 0;
	}

h2 {
	font-size: large;
	}

h3, h4 {
	font-size: medium;
	}

h5, h6 {
	font-size: small;
	}
