p, ul, li {
margin: 0;
padding: 0;
}

body {
	background-color: silver;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0 10% 0 10%;
}

h1 {
	font-size: 150%;
	color: #000066;
}

p.description {
	font-size: 100%;
}

#details {
	float: right;
	width: 60%;
}

div.entry
{	
	clear: left;
	height: 150px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-top: 20px;
}

img.bookcover
{
	float: left;
	width: 75px;
	margin-right: 10px;
	magin-bottom: 10px;
	border-width: 0px;
}

p.name {
	font-weight: normal;
	color: #000066;
}

p.detail {
	margin-top: 5px;
	font-size: 85%;
	line-height: 145%;
}

p.toTop
{
	text-align: right;
	font-size: 60%;
	position: relative;
	top: -20px;
}

p.toTop a
{
	color: #000066;
	text-decoration: none;
}

p.toTop a:hover
{
	text-decoration: underline;
}


#clientList ul {
	margin-top: 20px;
	list-style: url("images/bullet.gif");
	line-height: 150%;
}

#clientList li {
	color: #000066;
	font-size: 90%;
}

#clientList a {
	color: #000066;
	text-decoration: none;
}

#clientList a:hover {
	text-decoration: underline;
}
