@charset "utf-8";
.main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666;
	line-height: 20px;
}
.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #999;
}
.BookTitle_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #69C;
}
.AurthorTitle_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #69C;
}
a:link {
	color: #999;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #999;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color: #69C;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #999;
	font-weight:bold;
}
