@import url("./blueprint/screen.css") screen;
/*
toegevoegd
*/
.books {
	margin-top: 20px;
}

/*
einde
*/
ul.tick {
    list-style-image: url("./blueprint/plugins/buttons/icons/tick.png");
	list-style-position: inside;
	padding-left: 0;
}

ul.none {
    list-style: none outside;
    padding-left: 0px;
}

h1 img.left, h2 img.left {
    float: left;
    margin: 0em 0.5em 0em 0;
    padding: 0em;
	width: 108px;
	height: 108px;
}
body {
	font-family: "Calibri", "Tahoma", "Trebuchet MS";
}

h1.mega {
	font-size: 3.6em;
}

p.right {
	text-align: right;
}

.center {
	text-align: center;
}
a.active {
	text-decoration: none;
	}
