* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
}
:focus {
	outline: 0;
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
}

body {
	background-color: #fefefe;
	color: #333;
	font-size: 62.5%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* common */

strong,
strong * {
	font-weight: bold;
}
em,
em * {
	font-style: italic;
}


a {
	color: #69f;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
a:hover {
	background-color: #69f;
	color: #fff;
	text-decoration: none;
}

/* text */

h1 {
	display: inline;
	margin-right: 0.5em;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.5em;
}
h1 a {
	font-weight: bold;
}
p {
	margin-top: 1em;
	font-size: 1.8em;
	line-height: 1.5em;
}
h1 + p {
	display: inline;
}
dl {
	margin: 1.69em 0;
	padding: 0 3.38em;
	border-left: 0.38em solid #ccc;
	font-size: 1.6em;
	line-height: 1.69em;
}
dt {
}
dd + dt,
dd + p {
	margin-top: 0.56em;
}

p.linky {
	margin-top: 2em;
	margin-bottom: 4em;
	padding-top: 1em;
	border-top: 0.27em solid #ccc;
	font-size: 1.1em;
	line-height: 1.27em;
}

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

#alert {
	margin-bottom: 6em;
	padding: 1.5em 0 2em;
	background-color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#444));
				-moz-linear-gradient(top, #666, #fff);
				-webkit-background-origin: padding-box;
				-webkit-background-clip: padding-box;
}
#alert h2,
#alert p {
	margin: 0 auto;
	width: 649px;
	color: #fff;
}
#alert h2 {
	font-size: 1.8em;
}
#alert p {
	font-size: 1.2em;
	line-height: 1.5em;
}
#alert p a {
	margin: -0.25em -0.5em;
	padding: 0.25em 0.5em;
	font-size: 1.2em;
	color: #9cf;
}
#alert p a:hover {
	background-color: #9cf;
	color: #fff;
}
