/* ~~~~~~~~~ common ~~~~~~~~~~ */
body,select,input,textarea {
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

body {
	background: #ccc;
}

h1 {
	font-weight: normal;
	color: #666;
	font: 3.2em/1.4 georgia, 'times new roman', times, serif;
	margin: 0.2em 0 0;
	line-height: 1;
}

h2 {
	font-weight: normal;
	color: #666;
	font: 2.4em/1.4 georgia, 'times new roman', times, serif;
	margin: 0.2em 0;
}

/* ~~~~~~~~~ HTML5  ~~~~~~~~~~ */
section p,section ul,section ol,aside p,aside ul,aside ol {
	font-size: 1.4em;
	margin: 1em 0;
}

section ul {
	margin-left: 1em;
}

section ol {
	margin-left: 1.4em;
}
