body {
	background-image: url('../graphics/bg_otherworldly.jpg');
	background-color: #4a0006;
	color: #f0f0f0;
	margin-right: 10px;
}
a:link {
	background-color: transparent;
	color: #8080ff;
}
a:visited {
	background-color: transparent;
	color: #ff0000;
}
a:active { 
	background-color: transparent;
	color: #CCCCCC;
}
a:hover {
	background-color: transparent;
	color: #ffff00;
	text-decoration: none;
}
a:link IMG {
	border: 2px double #8080ff;
	background: transparent;
}
a:visited IMG {
	border: 2px ridge #ff0000;
	background: transparent;
}
a.menu:hover IMG {
	border: 2px inset #ffff00;
	background: transparent;
}
h1 { /* title */
	background-color: transparent;
	text-align: center;
	font-size: 34pt;
}
h2 { /* paragraph header and excerpt */
	background-color: transparent;
	color: #ff0000;
	text-align: center;
}
h3 { /* excerpt paragraph beginning */
	background-color: transparent;
	color: #ffff00;
}
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;
}
.rightsmall { /* thumbnail cover image ie WingsInTheNight new covers */
	float: right;
}
img { /* series coover images */
	border: 0px;
	background: transparent;
}
div.all { /* right menu size on otherworldlynovels.htm */
	background-color: #000000;
	border-color: #ffffff;
	border-width: 6px;
	border-style: ridge;
    margin: auto;
    width: 85%;
}
.plot { /* right menu size on otherworldlynovels.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 otherworldlynovels.htm */
    width: 85%;
}
hr.center { /* any hr that need be only 50% */
	width: 50%;
	text-align: center;
}
.ai { /* Section sub-header on own.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 i.e. - beginning of paragraphs */
	color: #ffff80;
	font-weight: bold;
	text-decoration: none;
}
.bg { /* to draw it out from the other text on the page i.e. - needs background color */
	background-color: #003000;
}
.center { /* anything needing centered */
	text-align: center;
}
.right { /* anything needing right aligned */
	text-align: right;
}
.size { /* for hr on aftersundown.htm */
	color: #FF0000;
	width: 440px;
	text-align: center;
}

/* 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 { /* Category menu on otherworldlynovels.htm */
	background-color: #4a0006;
	border-color: #ffffff;
	border-width: 1px;
	border-style: ridge;
	width: 30%;
}
table.list {
	width: 100%;
	text-align: right;
}
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 */
	color: #ffff00;
	background-color: #400000;
}
.review { /* used for what I have to say about the book */
	background-color: #4a0006;
	color: #f0f0f0;
}
.type { /* background to emphasize More books by this author, type ie vampires, and buy this book from */
	font-size: larger;
	background-color: #4a0006;
	text-align: center;
}
.buy { /* Excerpt needs background to seperate it */
	font-size: larger;
	background-color: #4a0006;
	text-align: center;
}
.booktitle { /* booktitle For drawing attention to the name of the books */
	color: #ffff00;
	background-color: #000000;
	font-weight: bold;
	font-style: italic;
}
.bookseries { /* bookseries For drawing attention to the Series or Publishers of the books */
	color: #E5E4A3;
	background-color: #000000;
	font-weight: bold;
}
.wrdrn { /* to draw We Really Dig Romance Novels out from the other text on the page */
	color: #f0f0f0;
	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;
}
