/* CSS Document */
body {
	background-color:#e3e3e3;
	padding:50px;
	margin:0;
	font-family: 'Source Sans Pro', sans-serif;

}

a {
	color:#E07703;
	text-decoration:none;
	border-bottom:1px solid #FFF;
}
a:hover {
	text-decoration:none;
	color:#fff;
	border-bottom:1px solid #FFF;
}
p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:1.2em;
	line-height:2em;
	
}
h1 {
	font-family: 'Nixie One', cursive;
	font-size:2.5em;
	margin-top:0;
	margin-bottom:40px;
}
	h1 span {
		color:#E07703;
	}
h2 {
	font-size:1.7em;
}
div {
	padding:20px;
}
.logo img {
	float:right;
}