* {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	height: 100%;
}
body {
	background: #fff;
	border-top: 8px solid #eee;
	padding: 80px;
	color: #666;
  font-family: "facitweb-1","facitweb-2", Helvetica, arial, sans-serif;
}
p.hello {
	color: #666;
}
p {
	font-size: 18px;
	line-height: 28px;
	font-weight: lighter;
	width: 380px;
	text-align: left;
	margin-bottom: 24px;
}
p strong {
	font-weight: bold;
}
a {
	color: #669966;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #19540A;
	text-shadow: 0 0 2px #fff;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}