body, html {
  margin: 0px;
	padding: 0px;
  background-color: #ffffff;
}

.button {
  font-family: Arial, sans-serif; 
  font-size: 12px;
  line-height: 21px;
  display: block;
	border: none;
  width: 110px;
  height: 19px;
  margin: 6px 0px 0px 6px;
  padding: 0px 0px 0px 6px;
  text-align: left;
  background-color: #cc6600;
  color: #ffffff;
  text-decoration: none;
  float: left;
}

.button:link {color:#ffffff; text-decoration: none}
.button:visited {color:#ffffff; text-decoration: none}
.button:active {color:#ffffff; text-decoration: none}
.button:hover {color:#ffffff; text-decoration: none; background-color: #ff9933}

#content {
  border: none;
  clear: both;
  width: 780px;
  margin: 0px 50px 0px 50px;
  padding: 50px 0px 50px 0px;
}

#textblock {
  border: none;
  padding: 0px 0px 0px 0px;
}

img {
  float: left;
  margin-right: 20px;
}

a:link {color:#000000}
a:visited {color:#000000}
a:active {color:#000000}
a:hover {color:#cc6600}

h1 {
  font-family: Arial, sans-serif; 
  font-size: 13px;
  font-weight: bold;
  color: #cc6600;
  margin: 0px 0px 8px 0px;
}

p {
  font-family: Arial, sans-serif; 
  color: #000000; 
  font-size: 11px;
  line-height: 16px;
  margin: 0px 0px 8px 0px;
}

.note {
  font-size: 10px;
  line-height: 13px;
}

.chapter {
  font-weight: bold;
  margin: 0px 0px 0px 0px;
}

.author {
  font-size: 11px;
   margin: 0px 0px 11px 0px;
}

