	body {
		margin: 30px;
		padding: 10px;
		background-color: #ffffcc;
		font-family: Baskerville, Times New Roman, serif;
	}

	A { 
		color: #996633;
		text-decoration: none;
    }

	A:hover {
		color: #CC6600;
    }
    
	div.collection {
		padding: 10px;
		background-color: white;
		border: thin dotted #999966;
		align: center;
	}

	div.book {
		padding: 10px;
		background-color: white;
		border: thin dotted #999966;
		align: center;
	}
		
	p.NoofPages:before { content: "No. of Pages: " }
	p.AcquiredFrom:before { content: "Acquired From: " }
	p.Authors:before { content: "Authors: " }
	p.Comments:before { content: "Comments: " }
	p.Condition:before { content: "Condition: " }
	p.LibraryID:before { content: "Library ID: " }

	div.CoverImage {
        float: right;
        
        margin-left: 20px;
        margin-top: 0px;
        margin-bottom: 20px;

        border-width: thin;
        border-color: #000;
        border-style: solid;
	}

	p.CurrentPrice:before { content: "Current Price: " }
	p.DateAcquired:before { content: "Date Acquired: " }
	p.DateRead:before { content: "Date Read: " }
	p.Description:before { content: "Description: " }

	div.Description {
        text-align: justify;
	}

	p.Duration:before { content: "Duration: " }
	p.Edition:before { content: "Edition: " }
	p.Editors:before { content: "Editors: " }
	p.Format:before { content: "Format: " }
	p.Genre:before { content: "Genre: " }
	p.Illustrators:before { content: "Illustrators: " }
	p.Inscription:before { content: "Inscription: " }
	p.IsAutographed:before { content: "Is Autographed: " }
	p.IsBorrowed:before { content: "Is Borrowed: " }
	p.IsGift:before { content: "Is Gift: " }
	p.IsLentOut:before { content: "Is Lent Out: " }
	p.IsMine:before { content: "Is Mine: " }
	p.ISBN:before { content: "ISBN: " }
	p.LastUpdated:before { content: "Last Updated: " }
	p.Location:before { content: "Location: " }
	p.NoofPages:before { content: "No. of Pages: " }
	p.OriginalPrice:before { content: "Original Price: " }
	p.OtherID:before { content: "Other ID: " }
	p.PlacePublished:before { content: "Place Published: " }
	p.Progress:before { content: "Progress: " }
	p.Publication:before { content: "Publication: " }
	p.PublicationDate:before { content: "Publication Date: " }
	p.Publisher:before { content: "Publisher: " }
	p.Series:before { content: "Series: " }
	p.StoryTitles:before { content: "Story Titles: " }

    div.Title {
    }

    p.Title {
		font-family: Georgia, Times New Roman, san-serif;
		font-size: 24pt;
		text-align: center;
    }

	p.Translators:before { content: "Translators: " }
	p.Volume:before { content: "Volume: " }
    
    div.navNext:before {
		content: "Next: ";    
    }
    
    div.navIndex {
		margin-left: auto;
		margin-right: auto;
    }

    div.navIndex:before {
	    content: "Return to ";
    }

    div.navIndex:after {
	    content: ".";
    }

    div.navPrevious:before {
	    content: "Previous: ";
    }
    
    div.navPrevious {
    }
    
    div.amazon {
		clear: both;
		text-align: center;
		margin: 30px;
    }
    
    div.indexTitle {
		font-family: Georgia, Times New Roman, san-serif;
		font-size: 24pt;
		text-align: center;
		margin-bottom: 1em;
    }

	div.navIcon:before {
		content: "This book listing was generated by Books for MacOS X."; 
	}

	div.navIcon:after {
		content: "Download now.";
	}

    div.navIcon {
    	text-align: center;
    	vertical-align: middle;
    }

    img.navIcon {
    	vertical-align: middle;
    }

    div.indexItemDef {
    	text-align: center;
		color: #324837;
		width: 66%;
		margin-left: auto;
		margin-right: auto;
    }
    
    div.browserWarning {
    	margin-top: 1em;
    	font-size: small;
		text-align: center;
    }
