/* CSS Document */
ul
{ 
	display:inline;
}
li
{ 
	width:100px;
}
ul li
{
	decoration:none;
}
a 
{
	background-color: white;
	color: black;
	font-weight: bold;
	text-decoration: none;
}

a:hover 
{
	background-color: black;
	color: white;
}
a:active 
{
	background-color: black;
	color: black;
}
#book
{
	float:left;
	width:26500px;
	height:auto;
	overflow:visible;
}
#book img
{
	float:left; display:inline;
}
img
{
	border:0px;
}
body
{
	padding:0px; margin:0px; color: #999999;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; line-height: 14px;
}


