body {
  font-family: Verdana, Arial, Sans-Serif;
  background-color: #faf6e8;
	line-height: 150%;
  margin-left: 30%;
  margin-right: 10%;
  }

.quote {
	font-style: italic;
	color: #338;
	}

.blockquote {
	color: #338;
	}

.note {
	font-size: 80%;
	}

a {
	color: #75c; 
	}

a:hover {
	color: #a7d; 
	}

a:visited {
	color: #639; 
	}

/*	Begin Headers */
h1, h2, h3 {
	font-weight: bold;
	color: #519;
	}

h1 { /* Main title */
	font-size: 180%;
	line-height: 110%;
	margin-top: .5em;
	}

h2 { /* Sect1 */
	font-size: 140%;
	margin-top: 1em;
	}

h3 { /* Sect2 */
	font-size: 110%;
	}

sup {
	font-size: 80%;
}

.footnote sup {
	font-size: 100%;
} 
	
ul {
	list-style-type: circle;
	}

.para_number, .footnote_header, .note {
	color: #777;
	font-size: 80%;
}

p.note {
	margin-top: .2em;	
	margin-bottom: .2em;
}

.author {
	font-weight: bold;
}

hr {
	size: 1px;
	color: #777; 
	}


