/* richardsorge.com - excerpt style sheet */


.bookexcerpt
{
  position: relative;
  border: solid silver 1px;
  color: #666;
}

.bexcerptitem
{
  position: relative;
  padding: 10px;
}


.bexcerptitembody
{
  position: relative;
  width: 70%;
  left: 30%;
  top: -22px;

}

.bexcerptitempage
{
  position: relative;
  top: 0px;
  color: black;
} 



.text
{
	text-align: justify;
	line-height:150%;
} 

.note
{
	text-align: justify;
	line-height:140%;
	font-size: smaller;
	 color: black;
}


.quote
{
	text-align: justify;
	font-size: smaller;
	padding: 20px;
}