@charset "UTF-8";
/* CSS Document */
/* styles that only affect the books page */

.poemTitle
	{
		font-weight: bold;
	}
	
.bookTitle
	{
		font-style: italic;
	}
	
.publisher	
	{
	}
	
.isbn
	{
		font-weight: bold;
		font-size: smaller;
	}
	
.price
	{
		font-style: inherit;
		font-size: smaller;
	}

