body
{
  font: 14px "Times New Roman";
  background: #004000;
  color: #FFFFFF
}

a:link
{
  color: gold;
  text-decoration: underline
}

a:visited
{
  color: #C0C000;
  text-decoration: underline
}

a:active, a:hover
{
  color: #FFFF00;
  text-decoration: none
}


p:first-letter
{
  font-size: 200%;
  float: none;
}

p:first-line
{
  text-indent: 70px;
  text-transform: uppercase;
}

.mainbody
{
  font: 14px "Times New Roman";
  color: #FFFFFF;
  margin: 0 15%
}

.booktitle
{
  font: bold italic 16px "Times New Roman";
  color: #FFFFFF;
  background: url(images/titleblend.gif) repeat-y;
  padding: 3px
}

.isbninfo
{
  font: bold 14px Arial;
  color: #C0C0C0;
  text-align: right;
  background: url(images/isbnblend.gif) repeat-y
}

td {font: 14px}

#address
{
  font: bold 14px "Times New Roman";
  color: #FFFFFF;
  width: 25%;
  text-align: right
}

li {list-style: square}