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

@import "layout.css";

/* =body
----------------------------------------- */
body {
	background: #bfbca3;
	font: 12px Helvetica, Arial, sans-serif;
	color: #333;
	}
table {
	font: 12px 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; }
h1 { font-size: 1.75em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1em; }
h5 { font-size: .9em; }
h6 { font-size: .8em; }


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