/*
** Style for new doggiebox.com web site, Feb 2003
** inspirationally funky design is all courtesy of ben@zygoat.ca
**
**
*/


body {
	margin:0; padding:0;

	font-family: geneva, "lucida grande", arial, sans-serif;
	font-size: 12px;
	color: black;
	}

h1, h2, h3, h4 {
	font-family: "lucida grande", geneva, arial, sans-serif;
	color: #BA1D3D;
	}


/* stuff for "doggiebox is so cool" attributed quotes */
.props {
	color: #369;
	font-family: 'times new roman', serif;
	font-size: 14px;
	text-align: right;
	line-height: 14px;
	float: right;
	}
.props q {
	color: #347;
	}
.props q:before {
	font-weight: bold;
	font-size: 16px;
	line-height: 0px;
	content: '\201C';
	}
.props q:after {
	font-weight: bold;
	font-size: 16px;
	line-height: 0px;
	content: '\201D';
	}
