@charset "utf-8";

@import url("lib/html5-reset-1.4.css");

body {
	text-align: center;
	font-family: Helvetica;
	font-weight: normal;
	-webkit-text-size-adjust: none;
}
header > h1, header > h2 {
	box-sizing: border-box;
	line-height: 20px;
	font-size: 20px;
	margin: 0;
	padding: 10px;
	font-weight: bold;
	text-overflow: ellipsis;
	color: #fff;
	background-color: #333;
	border-bottom: 1px solid #000;
	text-rendering: optimizeLegibility;
}
section {
	border-bottom: 1px solid #e0e0e0;
	padding: 8px;
	background-color: #fff;
	color: #333;
	text-decoration: none;
	font-size: 20px;
}
section > p {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 1.25;
}
section > a {
    display: block;
	margin-bottom: 15px;
}
nav > a {
	display: block;
	border-bottom: 1px solid #e0e0e0;
	padding: 8px;
	background-color: #fff;
	color: #333;
	text-decoration: none;
	font-size: 20px;
}
nav > a:hover {
	background-color: #f0f0f0;
}
nav > a:focus, nav > a:active {
	text-decoration: none;
}
nav > a > h2 {
	font-weight: normal;
}
nav > a > p {
    margin: 15px 0 0 0;
    color:  #666;
	font-size: 16px;
}