* {
	margin: 0px;
}

.bookbody {
	margin: 0px;
	background-image: url('_imgs/cntbg.gif');
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #ffffff;
}

.link {
	text-decoration: underline;
	color: #996633;
}

.link:hover {
	text-decoration: none;
	background-color: #996633;
	color: #ffffff;
}

.norm {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	
}

.info {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	
}
