body {
  background: #fff;
  color: #000;
}
a:link, a:visited {
  text-decoration: none;
  color:#000;
}

a:hover {
  color:#777;
  text-decoration: none;
}

#book-navigation-21 a:hover,
.block a:hover {
  font-size:130%;
  text-decoration: none;
}

a:active, a.active {
 color : #000;
 font-weight:bold;
}
/**
 * Layout
 */
#wrapper #header {
  background:transparent url(images/white/main_header.png) no-repeat scroll center top;
}
#wrapper {
  background:transparent url(images/white/main_content.png) repeat-y scroll center top;
}
#wrapper #footer {
  background:transparent url(images/white/main_footer.png) no-repeat scroll center bottom;
}
#site-slogan {
  color:#ddd;
}
/* NODES */
.node-top {
  background:transparent url(images/white/content_top.png) no-repeat scroll left top;
}
.node-body {
  background:transparent url(images/white/content_content.png) repeat-y scroll left top;
}
.node-bottom {
  background:transparent url(images/white/content_bottom.png) no-repeat scroll left bottom;
}
.title-left {
  background:transparent url(images/white/title_left.png) no-repeat scroll left top;
}
.title-right {
  background:transparent url(images/white/title_right.png) no-repeat scroll right top;
}
/* BLOCKS */
.block-top {
  background:transparent url(images/white/block_header.png) no-repeat scroll left top;
}
.block {
  background:transparent url(images/white/block_content.png) repeat-y scroll left top;
}
.block-bottom {
  background:transparent url(images/white/block_footer.png) no-repeat scroll left bottom;
}
.comment {
  border-bottom:1px solid #000;
}

/* TABLES */
tr {
  background-color:transparent;
}

