a {
	text-decoration:none;
}

a:visited {
	color:blue;
}

a:link {
	color:blue;
}

a:hover {
	color:orange;
}

a:active {
	color:black;
}

body {
	background-image: url(images/background.jpg);
	background-attachment: fixed;
	background-size: cover;

	margin-left: auto;
	margin-right: auto;

	width: 620px;
}

.center {
	text-align: center;
}

.lpad {
	padding-right:50px;
}

.spad {
	padding-right:20px;
}

table {
	margin-left:auto;
	margin-right:auto;
}

.brightness img:hover {
    opacity: .5;
}

.thumb {
	height: 185px;
	width: 120px;
}

.book {
	box-shadow: 5px 5px 5px gray;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.blurb {
	text-align: justify;
}