html,body,p,td {
	font-family: sans-serif;
	font-weight: 300;
}

h1,
h2,
h3 {
	line-height: 30px;
	font-family: "Open Sans", arial, sans-serif;
	font-weight: 300;
	font-size: 20px;
}

a,
a:link,
a:active,
a:visited,
a:hover {
	color: #36c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline !important;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 6;
	height: 68px;
	width: 100%;
	background-color: #F1F1F1;
	border-width: 1px 0;
	border-style: solid;
	border-color: #E2E2E2;
	border-top: 1px solid white;
}

header h1 {
	color: #F60 !important;
	margin: 20px 44px 0;
}

article {
	margin-top: 70px;
	margin: 80px 200px;
}

article h2,
article h2 a:link,
article h2 a:active,
article h2 a:visited {
	color: #F60 !important;
	text-decoration: none;
}

article h2 a:hover {
	text-decoration: underline;
}

article details {
	margin-left: -165px;
	margin-top: -40px;
	font-family: "Open Sans", arial, serif;
	font-weight: 300;
	color: #ccc !important;
}
