body {
	background-image: url('../graphics/bg_historical.jpg');
	background-color: #000000;
	color: #E5E4A3;
}
a:link {
	background-color: transparent;
	color: #CCCCCC;
}
a:visited {
	background-color: transparent;
	color: #56806A;
}
a:active {
	background-color: transparent;
	color: #FFFFFF;
}
a:hover {
	background-color: transparent;
	color: #ffff80;
	text-decoration: none;
}
a:link IMG {
	border: 2px double #8080ff;
	background: transparent;
}
a:visited IMG {
	border: 2px ridge #ff0000;
	background: transparent;
}
a:hover IMG {
	border: 2px inset #ffff00;
	background: transparent;
}
h1 { /* title */
	background-color: transparent;
	font-size: 34pt;
	text-align: center;
}
h2 { /* paragraph header and excerpt */
	background-color: transparent;
	color: #FFFFFF;
	font-size: 16pt;
	text-align: center;
}
h3 { /* excerpt paragraph beginning */
	background-color: transparent;
	color: #FFFFFF;
	font-size: 14pt;
	font-weight: bold;
}
p.bywho { /* by authorname, . . . ISBN . . . */
	text-align: center;
}
.coversmall { /* small Book Cover Image on OW.htm page */
	background-color: #000000;
	border-color: #ffffff;
	border-width: 1px;
	border-style: ridge;
}
.cover { /* Book Cover Image */
	float: right;
	background-color: #000000;
	border-color: #ffffff;
	border-width: 6px;
	border-style: ridge;
}
img { /* series coover images */
	border: 0px;
	background: transparent;
}
div.all { /* right menu size on contemporarynovels.htm */
	background-color: #000000;
	border-color: #ffffff;
	border-width: 6px;
	border-style: ridge;
    margin: auto;
    width: 85%;
}
.plot { /* right menu size on historicalnovels.htm */
	background-color: #000000;
	border-color: #ffffff;
	border-width: 6px;
	border-style: ridge;
    margin: auto;
    width: 85%;
}
div.pages { /* for the books list with cover images surrounding */
	background-color: #000000;
	border-color: #ffffff;
	border-width: 6px;
	border-style: ridge;
    width: 70%;
    float: right;
}
#nav { /* for book pages left side nav */
	background-color: #000000;
	border-color: #ffffff;
	border-width: 6px;
	border-style: ridge;
    width: 20%;
    float: left;
}
table.plot { /* right menu size on historicalnovels.htm */
    width: 85%;
}
hr.center { /* any hr that need be only 50% */
	width: 50%;
	text-align: center;
}
.ai { /* Section sub-header on h.html i.e. - Anthologies - added information is: (Short Stories / Novellas) */
	color: #ffff80;
	font-size: smaller;
	text-decoration: none;
}
.b { /* for a bit of text change */
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.bg { /* to draw it out from the other text on the page */
	background-color: #000000;
}
.center { /* anything needing centered */
	text-align: center;
}
.right {
	text-align: right;
}

/* For consistant look throughout pages */
div.topnav { /* top Navigation menu */
	background-color: #000000;
	border-color: #ffffff;
	border-width: 6px;
	border-style: ridge;
}
div.width { /* menu size on vampire-novels.html */
	width: 47%;
}
table.top { /* top Navigation menu */
    width: 100%;
}
td.top { /* top Navigation menu */
	vertical-align: top;
	text-align: left;
}
td.tr { /* top Navigation menu */
	vertical-align: top;
	text-align: right;
}
.catmenu { /* right menu size on otherworldlynovels.htm */
	background-color: #183626;
	border-color: #ffffff;
	border-width: 3px;
	border-style: ridge;
	width: 200px;
}
table.list {
	width: 100%;
	text-align: center;
}
td.ss { /* for the books list with cover images */
	width: 39%;
	vertical-align: top;
}
td.half { /* for the books list with cover images */
	width: 45%;
	vertical-align: top;
}
td.right {
	width: 28%;
	text-align: right;
}
td.middle {
	width: 2%;
	text-align: center;
}
td.cen {
	text-align: center;
}
td.left {
	text-align: left;
}

/* For review, booktitle, bookseries, quote someone about book */
.excerpt { /* Excerpt needs background to seperate it */
	background-image: url('../graphics/bg_historical.jpg');
	background-color: #1c3b2b;
}
.review { /* used for what I have to say about the book */
	background-color: #1b3a2a;
	color: #E5E4A3;
}
.type { /* background to emphasize More books by this author, type ie vampires, and buy this book from */
	font-size: larger;
	background-image: url('../graphics/bg_historical.jpg');
	background-color: #1c3b2b;
	text-align: center;
}
.buy { /* Excerpt needs background to seperate it */
	font-size: larger;
	background-image: url('../graphics/bg_historical.jpg');
	background-color: #1c3b2b;
	text-align: center;
}
.booktitle { /* booktitle For drawing attention to the name of the books */
	color: #80ffff;
	background-color: #000000;
	font-weight: bold;
	font-style: italic;
}
.bookseries { /* bookseries For drawing attention to the Series or Publishers of the books */
	color: #ffff00;
	background-color: #000000;
	font-weight: bold;
}
.wrdrn { /* to draw We Really Dig Romance Novels out from the other text on the page */
	color: #E5E4A3;
	font-weight: bold;
}

/* Everything below is for the footer menu */
.bold { /* For drawing attention to */
	text-align: center;
	font-weight: bold;
}
div#mainmenu { /* footer menu size */
	font-size: smaller;
	text-align: center;
}
