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

main {
	width: 85%;
	max-width: 720px;
	margin: 32px auto 0;
}

a:link {
	text-decoration: none;
	color: #666;
	transition: color 100ms;
}
a:visited { color: #666; }
a:hover   { color: #bbb; }
a:active  { colro: #222; }

#names>u {
	text-decoration: none;
	font-weight: bold;
}
