/* GENERAL STYLES */
body {
   	margin: 0;
   	padding: 0;
   	background-color: #ffffff;
   	color: #111111;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, 'Liberation Sans', FreeSans, sans-serif;
	font-size: small;
    line-height: 1.45em;
}

h1 { font-size: 1.4em; }
h2 { font-size:1.225em; }
h3 { font-size:1.15em; }
h1, h2, h3 {
	color: #000000;
	margin: 10px 0;
	clear: both;
}
p, dt, dd, th, td,li {
	font-size: .9em;
}
a {
	background-color: transparent;
   color: #333333;
   text-decoration: underline;
}

a:hover{
	background-color: transparent;
	color: #0000FF;
	text-decoration: none;
}

.knop { 
	background-color: #FFFFFF; 
	border:1px #C20046 outset; 	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #000066; 
	font-weight: bold; 
}
	
.clear {
clear:both;
height:1px;
}
.clearLeft {clear:left;}
.clearRight {clear:right;}

/* various image styles
---------------------------*/
.bookcover {
	margin:10px 10px 10px 0;	
}
/* for image alignment
------------------------*/
.floatleft { margin: 0px 10px 10px 0px; }
.floatright { margin-left:8px; margin-right:5px; margin-bottom:10px;}

/* small icons */
.picto {
	vertical-align: middle;
	border:0;
}
/* small buttons (Adobe Reader, etc)*/
.purchase {
	margin:3px 0;
	vertical-align:middle;
}
