/*
 * Quicksand font by: Andrew Paglinawan
 */

@font-face {
	font-family: "Quicksand";
	src: url("Quicksand-Light-Oblique.ttf");
}

h1 {
	font-size:14pt;
	border-bottom:1px solid #d1dfdf;
	color:#b47d2d;
	font-family: "Quicksand", "Arial", sans-serif;
	font-weight: 100;
}
p {
	color:#333333;
}