html, body {
	background: #393936;
}
h1 {
    font-family: helvetica, Verdana, Geneva, sans-serif;
	font-size:1.24em;
	line-height: 1.2em;
	font-family: helvetica;
	font-weight: lighter;
	color: #606060;
}
h1 span {
	color: #fff;
}
a {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: underline;
}
p {
    font-family: helvetica, Verdana, Geneva, sans-serif;
	color: #fff;
	font-size: 1em;
	line-height: 1.8em;
}