body {
  margin-left:2em;
  margin-right:2em;
  line-height:150%;
  color: black;
  background-color: #E8E8FF;
}

A:link    {
  color:#0000ff;
  background-color: #E8E8FF;
}
A:visited {
  color:#ff0000;
  background-color: #E8E8FF;
}
A:hover   {
  text-decoration:none;
  color:#C300FF;
  background-color: #E8E8FF;
}

h1 {
   text-align: center;
   font-size: 150%
}

h2 {
   font-size: 130%
}

h3 {
   font-size: 110%
}

blockquote {
   border-width: 0px 0px 0px 3px; border-style: solid;
   margin-right: 2em;
   margin-left: 2em;
   padding-left: 1em;
}

.anote {
  color: #800000;
  background-color: #E8E8FF;
}

.preface {
  margin-left:4em;
  margin-right:4em;
  line-height:110%;
  font-size: smaller;
  background-color: #E8E8FF;
}

img.amazon {
	text-align: left;
	border :none;
	margin : 1em 1em 1em 0.5em;
	float : left;
}

img.amazon_right {
	text-align: right;
	border :none;
	margin : 1em 1em 1em 0.5em;
	float : left;
}

	.blogtitle{
		font-family:;
		color:#000000;
		font-size:24px;
		font-weight:bold;
		text-decoration:none;
		padding:10px 0px 5px 20px;
	}

	.blogtitle a,
	.blogtitle a:link,
	.blogtitle a:visited,
	.blogtitle a:active{
		color:black;
		text-decoration:none;
	}
	.blogtitle a:hover{color:#999999;text-decoration:underline;}

	.date{
		font-family:;
		font-size:x-small;
		font-weight:bold;
		color:#333;
		padding:5px 0px 3px 10px;
		border-bottom:1px solid #999;
		border-right:1px solid #999;
		background:#e5e5e5;
	}

	.title{
		font-weight:bold;
		padding:0px 0px 2px 5px;
		border-bottom:1px solid #999999;
		}
	.title a,
	.title a:link,
	.title a:visited,
	.title a:active{
		color:black;
		text-decoration:none;
	}
	.title a:hover{color:#999999;text-decoration:underline;}

.magic {
  color: purple;
}

