/*	book.css		*/

.book_on { 
   background-color: white;
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 16px;
   text-decoration: none;
   font-weight: bold;		 
   padding:3px; 
   cursor: pointer; 
   border: 3px solid  #ebcebc ;
}
.book_off { 
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 16px;
   text-decoration: none;
   font-weight: bold;		   
   border: 3px solid #FFFFFF;  
   padding:3px; 
   background-color: #FFF7B5;
}

