#bookreviews{
	  background-color: Bisque;
          border-style:     solid;
          border-width:     thick;
          border-color:     black;
          text-align:       center;
          line-height:      1.0em;
	   padding:	    1%;
	  width:	    100%;
          clear: 	left;
          }
          
#bookreviews h1{
         font-family:      "Comic Sans MS";
         font-size:        xx-large;
         font-weight:      bold;
            color:  black;
            margin:            1%;
            line-height:      1.0em;
            text-align:        center;
          }
          
#bookreviews h2{
       font-family:      "Comic Sans MS";
         font-size:        xx-large;
         font-weight:      bold;
            color:  black;
            margin:            1%;
            line-height:      1.0em;
            text-align:        center;
            }

       
  
  li{
     list-style-type: square;
     }
     

 
  #summary.opinion{
      padding-left: 25%;
      text-align: left;
      font-family: Helvetica;
      font-weight:          normal;
      font-size:            medium;
  }
             
 #book{
  border-color:	 	black;
  border-width: 	thin;
  border-style: 	ridge;
  background-color: white;
  padding:          20px;
  margin:            5%;
  text-align:        left; 
 }
 
  #book h2{
            font-family:      "Comic Sans MS";
         font-size:        xx-large;
         font-weight:      bold;
            color:  black;
            margin:            1%;
            line-height:      1.0em;
            text-align:        center;
          }


#book.book_details{
      padding: 	 		15px;
             font-family:      "Comic Sans MS";
         font-size:        xx-large;
         font-weight:      bold;
            color:  black;
            margin:            1%;
            line-height:      1.0em;
            text-align:        center;
          }
         
 
 

				
