body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
    }
h1 {
	color: #2B7331;  /* dark green */
    font-size: X-large;
	text-align: center;
	}
h2 {
	color: #069;   /* dark blue */
    font-size: large;
	text-align: center;
	}
h3 {
	color: #069;   /* dark blue */
    font-size: medium;
	text-align: left;
	margin-left:auto;
	}

a:active  { /* general link rules */
	text-decoration:underline; 
    color: #2B7331;  /* dark green  */
	}
a:visited {
	text-decoration:underline;
	color: #2B7331;  /* dark green  */
	}
a:link    {
	text-decoration:underline;
	color: #2B7331;  /* dark green  */
	}
a:hover   {
	text-decoration:none;
	background: #2B7331;  /* dark green  */
	color: #FFFFFF; /* white */
	}   
table#navLinksTable a { /*nav bar and header links */
	display: block;
	color: #FFFAE4; /* cream */
	font-weight:bold;
   	text-decoration: none;
	}
table#navLinksTable a:hover  { /*nav bar and header links */
	background: #2B7331;  /* dark green */
	color: #FFFFFF; /* white */
	}		
.author {
  margin-left: .5em;
  color: #2b7331; /* dark green */
  }
.bold {
  font-weight: bold;
  }
.book {
  margin-left: .5em;
  color: #2b7331; /* dark green */
  font-weight: bold;
  }
.copyright {
  font-size: 14px;
  color: #FFFAE4; /* cream */
  margin-left: 115px;
  }
.contact {
  font-size: 12px;
  color: #FFFAE4; /* cream */
  margin-left: 145px;
  }
.illustrated {
  margin-left: .5em;
  color:#CC9933;  /* orangy gold */
  }
.ISBN {
  margin-left: .5em;
  color:#CC9933;  /* orangy gold */
  }
.magazine {
  color:#CC9933;  /* orangy gold */
  font-family:"CopprplGoth Bd BT";
  }
.mainbody {
  margin-left: 1em;
  color: #2b7331; /* dark green */
  }
.sideline {
  background-color : #d1d3c4; /* light gray */
  }
 .subtitle {
	font-size: medium;
	color: #069;
	font-weight: bold;
	border-left-width: thick;
}

