body {
	background-image: url("graphics/bg_authors.jpg");
	background-color: #ffffff;
	color: #000000;
	margin-left: 110px;
}
a:link {
	background-color: transparent;
	color: #000080;
}
a:visited {
	background-color: transparent;
	color: #800000;
}
a:active {
	background-color: transparent;
	color: #EBD2F3;
}
a:hover {
	background-color: #000000;
	color: #ffff00;
	text-decoration: none;
}
a.menu:link IMG {
	border: 2px double #000080;
	background: transparent;
}
a.menu:visited IMG {
	border: 2px ridge #800000;
	background: transparent;
}
a.menu:hover IMG {
	border: 2px inset #ffff00;
	background: transparent;
}
a:link IMG {
	border: 2px double #000080;
	background: transparent;
}
a:visited IMG {
	border: 2px ridge #800000;
	background: transparent;
}
a:hover IMG {
	border: 2px inset #000000;
	background: #000080;
}
h1 { /* title - Authors of Romance Novels Listing  */
	background-color: transparent;
	color: #c000b5;
	text-align: center;
	font-family: Black Chancery, serif;
	font-size: 18pt;
}
h4 { /* Starting with */
	text-align: center;
	font-family: times, serif;
	font-size: 14pt;
}
H5 { /* menu footer.js at bottom */
	font-size: smaller;
	text-align: center;
}
.abc { /* ABC is for the start of each new letter section a, b, c and so on */
	font-family: Black Chancery, serif;
	font-size: 20pt;
}
.about { /* to draw it out from the other text on the page on pages index.htm, romancebooks.html, romanceauthors.html and romanceresourceinformation.html */
	background-color: #ffffff;
	font-weight: bold;
	text-align: center;
}
.bi { /* NewlyAdded, Updated */
	font-weight: bold;
	font-style: italic;
}
.center {
	text-align: center;
}
.cover { /* Book Cover Image */
	float: right;
}
.em { /* EMPHASIS for book marks and SASE */
	border: 1px solid #c5a703;
	color: #000000;
	background-color: #ffff80;
}
hr.center {
	width: 50%;
	text-align: center;
}
hr.color {
	color: #ffff00;
	background-color: #ffff00;
	height: 3px;
}
.iq { /* Interview Question */
	background-color: #ffffce;
	color: #000000;
	font-size: larger;
}
.ia { /* Interview Answer */
	margin-left: 50px;
}
.indent { /* INDENT For the first letter of each page not in a list */
	margin-left: 40px;
	font-family: Black Chancery, serif;
	font-size: x-large;
}
.index { /* INDEX is for the alphabet menu */
	text-align: center;
    font-size: larger;
}
.smalltext { /* near top of page for - more names, webpages */
	text-align: right;
	font-family: times, serif;
	font-size: 10pt;
}
table.middle { /* for moreauthors.html page */
    width: 85%;
	margin-left: auto;
	margin-right: auto;
}
ul {list-style: url("graphics/16-heart-silver-xs.png");}

/* For consistant look throughout pages */
div.topnav { /* top Navigation menu */
	background-color: #ffffff;
	border-color: #ffffb1;
	border-width: 6px;
	border-style: ridge;
	margin-left: -105px;
}
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;
}

/* For review, booktitle, bookseries, quote someone about book */
.review { /* used for what I have to say about the book */
	background-color: #50260C;
}
.quote { /* used for what I have quoted someone else about the book */
	color: #ffcc66;
}
.bt { /* On Interview pages - booktitles that do not belong to that author or that have already been highlighted */
	font-weight: bold;
	font-style: italic;
}
.booktitle { /* booktitle For drawing attention to the name of the books */
	background-color: #ffb3fb;
	font-weight: bold;
}
.bookseries { /* bookseries For drawing attention to the Series or Publishers of the books */
	background-color: #edffc7;
	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;
}
.mm1 { /* footer menu size, placement - Synopsis */
  margin-left: 36px;
}
.mm2 { /* footer menu size, placement - A list */
  margin-left: -112px;
}
.mm3 { /* footer menu size, placement - Some of */
  margin-left: -104px;
}
.mm4 { /* footer menu size, placement - Authors have */
  margin-left: 25px;
}
.mm5 { /* footer menu size, placement - More about */
  margin-left: 127px;
}
.mm6 { /* footer menu size, placement - Where to */
  margin-left: 112px;
}
.mm7 { /* footer menu size, placement - If you have */
  margin-left: -20px;
}
