body {
	background-color: #FFF;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: blue;
}

.book {
	text-decoration: underline;
}

#navbar {
	display: none;
}

#header {
	display: none;
}

#header_breadcrumbs {
	display: none;
}

#footer_breadcrumbs {
	display: none;
}

#content {
	margin-top: 10px;
}