* {margin: 0; padding: 0; border: 0;} 

body {
font-family: "Times New Roman", Times, serif;
color: black;
background-color: #C2DBE2;
	}
	
/* This is the center div */
.maintext {
	margin: 1%;
	overflow-x: hidden;
	overflow-y: hidden;
	height: 95%; 
	width: 95%;
}

img {
	margin-right: 5px;
	margin-bottom: 0;
}

.mystery {
	margin-right: 0px;
}
h1 {
	font: 36px bold "BookmanITC Lt BT","Times New Roman", Times, serif;
	color: black;
}

h2 {
	font: 28px normal "BookmanITC Lt BT","Times New Roman", Times, serif;
	color: #FF0033;
	margin-bottom: 10px;
}

h3 {
	font: 18px normal "BookmanITC Lt BT","Times New Roman", Times, serif;
	color: #666666;
	line-height: 20px;
	margin-bottom: 10px;
}

h4 {
	font: 16px italic "BookmanITC Lt BT","Times New Roman", Times, serif;
	color: #FF0033;
	line-height: 16px;
}

h5 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
	color: black;
}
/* This is the standard text font for the main text body */
.normaltext {
	font-family: "Times New Roman", Times, serif;
text-align: justify;
	color: black; 
	font-size: 16px;
}
/* This one is for the indented reviewer names on the review page */
.normaltext2 {
	font-family: "Times New Roman", Times, serif;
text-align: justify;
	color: black; 
	font-size: 16px;
	margin-left: 5%;
}

/* This is for the index page quote only so that it is centered next to the image */
.quotetext {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
text-align: justify;
line-height: 22px;
	color: black; 
	font-size: 16px;
	padding-right: 20px;
}

/* This one is for the other quotes e.g. Review page */
.quotetext2 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
text-align: justify;
line-height: 20px;
	color: black; 
	font-size: 16px;
}

/* This one is for the book quotes in the right hand blue div */
.citationtext {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
text-align: left;
	color: black; 
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20px;
}


/* Positioning for copyright sentence in the right div */
.smallprint {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: gray; 
	font-size: 9px;
	margin-left: 3px;
}


/* Font and positioning for Amazon text in left div */
.amazon {
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: navy;
}

/* Font and positioning for ISBN numbers */
.amazon2 {
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: navy;
}

.amazon3 {
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: navy;
}

.zenlet {
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: center;
	color: navy;
}
/* this one is for Southerlee publishing sentence in right div */
.rightaligntext {
font-family: "Times New Roman", Times, serif;
font-stretch: wider;
color: gray; 
font-size: 14px;
margin-left: 3px;
}

 a:link {
 	text-decoration: none;
	color: navy;
 }
 
 a:visited {
 	text-decoration: none;
	color: navy;
	border-style: none;
 }
  
 a:active {
 text-decoration:none;
 color: gray;
 }
 
 .textpic {
 	float: left;
	padding-right: 1em;
 }
