/* css for davidgenebooks.com */





a {

  color: #fff;

  }



body {

  background: #000;

  font-family: Verdana, Helvetica, Arial, sans-serif;

  font-size: small;

  color: #3D3D3D;  

  background-image: url(images/back.jpg);

  background-repeat: no-repeat;

  background-position: bottom left;

  }



#summary {

  background: #ECF6FF;

  width: 760px;

  margin-left: auto;

  margin-right: auto;

  padding: 10px;

  }



#cover {

  padding: 0px 10px 0px 20px;

  }



.text {

  border-top: 2px solid #2D3BA0;

  }



.headings {

  font-weight: bold;

  font-size: 125%;

  }



#cover{

  position: relative;

  float: right;

  }



.booklinks {

  height: 22px;

  margin-bottom: 50px;

  }



.booklinks ul {

  list-style: none;

  padding: 0;

  margin: 0;

  }



.booklinks ul li {

  background-image: none;

  padding-left: 0px;

  padding-right: 0px;

  float: left;

  margin: 0;

  font-size: 11px;

  line-height: 21px;

  white-space: nowrap;

  border-left: solid 1px #fff;

  border-right: 1px solid #ff;

  border-top: 1px solid #fff;

  border-bottom: 1px solid #fff;

  }



.booklinks ul li a {

  display: block;

  padding-left: 15px;

  padding-right: 15px;

  text-decoration: none;

  color: #FEFBEE;

  background: #2D3BA0;

  }



.booklinks ul li a:hover {

  color: #000;

  background: #A5C4FD;

  }



div.footer {

  color: #fff;

  text-align: center;

  font-size: 11px;

  margin: 5px;

  }