/* CSS Document */

#book p {
	line-height: 14px;
	margin-top: 3px;
}

#book h1 {
	margin-top: 24px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	line-height: 17px;
	
}

#book li {
	line-height: 14px;
	margin-bottom: 5px;
}

#book ol {
	margin-bottom: 9px;
	margin-top: 9px;
}

#book a:hover {
	color:#0033CC;
	text-decoration: underline;
}

