/*
	books.css
	This is the MAIN CSS FILE for ../html/ebay/sale
*/


H1,H2,H3,H4 {
	text-align:center;
	font-family: "Helvetica", "Arial";
	color:red
	}

body {
	background-color: white;
	margin-left: 5%;
	margin-right: 5%;
	font-family: arial;
	max-width:1000px;
	}

.nav  {font-family:  arial; font-size: 85%;  }

p {
	text-indent:0.50in;
	}

p.cent {
	text-indent: 0;
	text-align: center;
	}
p.c0 {
	text-indent: 0;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	}

blockquote {
	margin-left:0.5in;
	margin-right:0.5in;
	}
a {
	font-weight: bold;
	}


/*
	These .center and .center table definitions should center tables in all
	versions of all browser.
	Use HTML code: <div class="center"><table class="top"> . . . . </table></div>
*/
.center {
	text-align: center;
	}
.center table {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}
.center table.top {
	text-align: center;
	}
.center table.photograph th {
	text-align: center;
	}
.center table.centertext th {
	text-align: center;
	}

.redline {
	font-size: 11px;
	font-weight: bold;
	color: red;
	white-space: nowrap;
	}

/*
	Red font, bold face, italic
*/
.rbi {
	color: red;
	font-weight: bold;
	font-style: italic;
	}
.rb {
	color: red;
	font-weight: bold;
	}

.nw {
	white-space: nowrap;
	}