* {
	margin: 0;
	padding: 0;
	border: 0;
}
:focus {
	outline: 0;
}

body {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
a {
	color: #36f;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
a:hover {
	background-color: #36f;
	color: #fff;
	text-decoration: none;
}

h1 {
	display: inline;
	margin-right: 0.5em;
	font-size: 1.4em;
	line-height: 1.5em;
}
p {
	margin-top: 1em;
	font-size: 1.4em;
	line-height: 1.5em;
}
p.linky {
	margin-top: 2em;
	margin-bottom: 4em;
	padding-top: 0.45em;
	border-top: 1px solid #000;
	font-size: 1.1em;
	line-height: 1.27em;
}

#focus {
	margin: 14em auto 0;
	width: 400px;
}
#focus a {
	margin: -0.14em -0.29em;
	padding: 0.14em 0.29em;
}
