@charset "UTF-8";
/* CSS Document */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Vollkorn', serif;
	color: #fff;
	font-weight: 400;
	line-height: 1.3em;
	font-style: normal;
	word-spacing: 1px;
}
h1 {
	font-size: 30px;
	line-height: 1em;
	margin-bottom: 80px;
}

body {
	background:#000;
	
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-weight: 300;
	color: #fff;
	line-height: 1.5em;
	text-align:center;
	margin-top:100px;
}

a {
	color:#0CF;
	text-decoration:underline;
}