#demo {
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:16px;
}
	
header h1 {				
	font-size:52px;
	font-weight:bold;
	line-height:40px;
	border: 1px dotted #444;
}

header h2 {
	color: #444;
	font-size:12px;
	font-weight:normal;
	border: 1px dotted #444;
}

header blockquote {
	text-indent: -0.8em;
	font-style: oblique;
	border: 1px dotted #444;
}

header div, header nav {
	border: 1px dotted #444;
}

header nav>p{
   margin-top:1em;
}

section h1 {
	font-size: 18px;
	font-weight:bold;
}

article h2 {
	margin:0;
	font-size:16px;
	font-weight:bold;
}

article p {
	margin:0;
}

article time {
	font-weight:bold;
}

a {
	text-decoration:none;
	font-weight: bold;
	color:black;
}
a:hover {
	color:#ff5247;
}