﻿body {
	text-align: center;
	color: #2E2E2E;
	background: #DCDCDC;
}
h1 { /*title*/
	font-family: 'Quicksand', sans-serif;
	font-size: 36px;
}
p { /*story text*/
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
}
h2 { /*link*/
	font-family: 'Quicksand', sans-serif;
	font-size: 20px;
}
a:link {
    color: #0040FF;
}
a.button {
	color: #2E2E2E;
}
.center {
	font-family: 'Quicksand', sans-serif;
	text-align: center;
}
.left {
	text-align: left;
}
.story {
	text-align: left;
	color: #2E2E2E;
	background: #FAFAFA;
	width:60%;
	margin: auto;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	padding-left:40px;
	padding-right:40px;
	padding-top:20px;
	padding-bottom:20px;
}