body
{
	background-color: #FFFFFF;

	font-family: 'Geneva' , Sans-Serif;
}

div.centered{
	width: 80%;
	border: solid 1px #880000;
}	

img.withborder{
	border: solid 1px #880000;
}

A.header { color: #ffffff; text-decoration: underline; }
A.menuItem { color: #880000; text-decoration: none }
A.footer { color: #ffffff; }
A.bookListing { color: #000000; font-weight: bold;}

.siteTitle
{
	font-variant: small-caps;
	font-size: 48pt;
}

.subTitle
{
	font-size: 18pt;
	font-style: italic;
}

.subSubTitle
{
	font-size: 14pt;
	font-style: italic;
}

H1
{
	text-decoration: bold;
	font-variant: small-caps;
}

.panel
{
	background-color: #dddddd;
	border: solid 1px #880000;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

.bookThumbnail
{
	float: left;
	color: #000000;
	border: 2px;

}
.bookTitle
{
	font-size: 18pt;
	color: black;
	font-style: normal;
	font-family: Geneva;
}
.bookAuthor
{
	font-weight: bolder;
	color: black;
	font-family: Geneva;
}
.bookPublished
{
	color: black;
	font-style: italic;
	font-family: Geneva;
}
.bookPrice
{
    font-weight: bold;
}
TD.menuItem
{
	background-color: #C0C0C0;
	font-weight: bold;
	color: #880000;
	text-align: center;
	vertical-align: middle;
}

TABLE.header
{
	background-color: #880000;
	color: #ffffff;
	font-size: 12pt;
	border: 0px;
 	border-spacing: 0px;
 	padding: 5px;
	width: 100%;
}

TABLE.footer
{
	font-size: small;
	font-weight: italic;
	background-color: #880000;
	color: #ffffff;
 	border-spacing: 0px;
 	padding: 0px;
 	width: 100%;
}

TABLE.bookListing
{
	border: solid 1px #880000;
	background-color: #FFFFFF;
}
