body {
  background: white;
  color: black;
}

.content {
  position: relative;
  width: 800px;
}

.clear {
  clear: both;
}

.lineThrough
{
	text-decoration: line-through;
	color: red;
}

.priceColor
{
	color: #333333;
}

.some
{
	color: red;
	font-weight: bold;
}

.more
{
	font-weight: bold;
	font-style: italic;
}

.moreRed
{
	color: red;
	font-weight: bold;
	font-style: italic;
}

.book {
  text-align: center;
  position: relative;
  width: 31%;
  float: left;
  margin: 1em 1%;
}

.book img {
  display: block;
  margin: 0 auto;
}

.book .title {
  font-weight: bold;
  font-family: sans-serif;
}

.book .oldprice {
  text-decoration: line-through;
  color: red;
  font-weight: bold;
}

.book .author {
}

.book .price {
  font-size: 1.2em;
  color: purple;
}

.header {
  position: relative;
  width: 100%;
  float: left;
  text-align: center;
  font-family: sans-serif;
  padding: 1em;
}

.footer 
{
  margin-top: 30px;
  font-family: sans-serif;
  font-size: medium;
  text-align: center;
}

.small
{
	font-size: small;
}

.bottomPad {
  padding-bottom: 600px;
}

/* Link-bar Colors */
.link-bar, .link-bar .links
{
  margin-top: 30px;
  font-family: sans-serif;
  font-size: medium;
  text-align: center;
  width: 400px;
  border-color: #6699ff;
}

.link-bar a, .link-bar a:visited, 
.link-bar a:active, .link-bar a:hover{
  color: white;
}
                                                                                
.link-bar a.o, .link-bar a.o:visited,
.link-bar a.o:active, .link-bar a.o:hover{
  color: purple;
}
