@charset "utf-8";
#content {
	background-image: url(bookcenter.jpg);
	background-repeat: repeat-y;
	width: 780px;
	float: left;
	position: absolute;
	left: 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #55229B;
	line-height: 2px;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}
#content #bookinside {
	width: 560px;
	margin-left: 130px;
}
body {
	background-color: #EACD7D;
}
a:link {
	color: #582E9A;
}
a:hover {
	color: #9971D5;
}
a:visited {
	color: #3B017C;
}
