
div.gbook {
width:700px;
border:1px solid black;
margin:10px auto;
padding:5px;
overflow:auto; 
/* This is important to prevent long words from modifying up the layout.
	  You could use hidden instead of auto, to simply hide the "overflowing" letters
	  without the scrollbar */
}

div.gbook p, div.gbook h3 {
font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
font-size:14px;
}

div.paging {
text-align:center;
font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
font-size:14px;
}

p {
font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
font-size:14px;
}