@charset "utf-8";
/* CSS Document */
body,td,th {
	color: #000;
}
body {}

html { 
  background: url(lo/forest-grayscale-3840-72dpi.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;	
}
.imglink a:hover {
	background-color:transparent;
}
#newbook {
	padding:1em;
}
/***** Links *****/

#content a:link {
   font-size:inherit;
   color:#3854B7;
   text-decoration:underline;
}
#content a:visited {
   color:#999;
   text-decoration:underline;
}
#content a:hover {
   text-decoration:none;
   border:none;
   color:#fff;
   background-color:#3854B7;
}
#content a:focus {
   color:#e20e0e;
   border:1px dotted #00005e;
   background-color:#ffe599;
   text-decoration: none;
}
#footer p {
    color:#3854B7;
}
#footer a:link, #footer a:visited, #footer a:hover {
	font-size:inherit;
    color:#3854B7;
	text-decoration:none;
}
#footer a:focus {
	border:1px dotted #3854B7;
}