@charset "utf-8";
/* Dr. Helene H. Agatstein default print sytles */

@import "layout.css";

/* =body
----------------------------------------- */
body {
	background: #bfbca3;
	font: .8em Helvetica, Arial, sans-serif;
	color: #333;
	}

/* =a
----------------------------------------- */
a:link, a:visited {
	color: #917567;
	text-decoration: underline;
	}

/* =p, li, blockquote
----------------------------------------- */
p, li, blockquote { line-height: 1.75em;	}

/* =li
----------------------------------------- */
li { list-style: square; margin-bottom: .5em; }

/* =h
----------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 .5em 0;
	}
h1, h3, h5 { color: #917567; }
h2, h4, h6 { color: #7f7c5d; }

/* =blockquote
----------------------------------------- */
blockquote {
	font-style: italic;
	padding: .5em;
	}
blockquote:before, blockquote:after {
	color: #917567;
	font-size: 3em;
	font-weight: bold;
	}
blockquote:before {
	content: open-quote;
	float: left;
	height: 2em;
	margin-left: -.5em;
	padding-right: .5em;
	}
blockquote:after {
	content: close-quote;
	float: right;
	margin-left: .25em;
	margin-top: .25em;
	}