@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:extralight,bold);

body {
	background-color: #111;
	margin: 50px;
	color: #888;
	font-family: "Yanone Kaffeesatz", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
h1 {
	font-style: normal;
	font-weight: normal;
	font-size: 5em;
	padding: 0;
	color: #FFF;
	text-transform:lowercase;
}
h2 {
	font-size: 1.25em;
	font-weight:600;
	padding-bottom: 1em;
}
p {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size:.9em;
}
a {  
	color: #fff; 
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}
a:hover{ 
	color: #ff0; 
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}
a:visited{ 
	color: #fff; 
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}
