@charset "utf-8";
/* -----------------------------------
Site: billbows.com
CSS author: Greg Summers
February 21, 2011
----------------------------------- */

body {
	color: #333;
	background: #eceaea;
	font-family: 'Alegreya Sans SC', Calibri, 'trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', Lucida, 'Lucida Sans', sans-serif;
}
h1 {
	font-family: 'Pinyon Script', cursive;
	font-size: 3.4rem;
	/*letter-spacing: .06em;*/
}
p, address {
	font-size: 1.2rem;
	line-height:1.2;
}



