@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400);
body {
	color: #5C5C5C;
	font-weight: 400;
	font-size: 17px;
	font-family: 'Roboto Slab', Georgia, 'Times New Roman', serif;
	line-height: 1.7em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #FF9934;
	font-weight: 400;
	font-family: 'Roboto Slab', Georgia, 'Times New Roman', serif;
}
h1,
h1 a {
	color: #FF9934;
	font-size: 45px;
}
a {
	border-bottom: 1px dotted;
	color: #FF9934;
	text-decoration: none;
}
a:hover {
	color: #000;
}
blockquote {
	padding: 10px 20px;
	border-left: 5px solid #FF9934;
	font-size: 17.5px;
}