body{
	background-color:#77BBFF;
	font:verdana;
}
a:link{
	color:#061AC5;
}
a:visited{
	color:#061AC5;
	//color:#17380C;
}
a:hover{
	color:#A02126;
}

table.books{
	width:648px;
	border:0;
	margin:auto;
}
.books td{
	text-align:center;
	width:177px;
	margin:0 4px;
}
.books td .booktitle{
    width:100%;
    text-align:center;
    height:30px;
    display:block;
}

.books img{
margin:auto;	
}
div.centred {
	text-align:center;
}


div.leftTop {
    float:left;
    text-align:left;
    width:30%;
}

div.notice {
    background-image:url('http://hesselholt.com/img/noticebg.png');
    background-repeat:no-repeat;
    padding:10px;
}

div.links {
    padding:10px;
}


