a:link    {
	font-family: Arial, Helvetica, sans-serif;
	color: 01415A;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: 01415A;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}
a:hover {
	color: 5A1A01;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
}
.price {
	font-weight: bold;


}
p {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 18px;

}
.books {
	border: none;
}
td {
	font-size: 18px;
}
.book {
	width: 120px;
	height: 200px;
	margin: 5px;
	padding: 5px;
	background-color: #99CCFF;
	text-align: center;
	display: inline;

}
table.book tr td {
	background-color: #99CCFF;
}
.book p, img{
	margin: 0px;
	font-size: small;
	display: block;
}
