@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Quicksand', sans-serif;
	color:#666;
}
h1, h2, h3 {
	font-family: 'Josefin Slab', serif;
	font-weight:700;
}
h1 {
	font-weight:700;
	color:#FF0076;
}
p.introparagraph {
	font-size:1.4em;
	line-height:1.4em;
}

.noborder {
	border:0px none;
}