body, div {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-family: Arial, Helvetica, clean, sans-serif;
  color: #333;
  line-height: 20px;
}
body {
  background-color: #fff;
  width: 430px;
  border: 1px solid #69c;
}
body.small {
  width: 215px;
  height: 245px;
}
.wrapper {
  padding: 10px;
}
p {
  margin: 0 0 10px;
}
p.quote {
  font-size: 12px;
  font-style: italic;
  line-height: 16px;
}
.quote em {
  font-style: normal;
}
p.last {
  margin: 0;
}
a {
  color: #369;
}
h1 {
  font-size: 18px;
  margin: 0;
}
.small h1 {
  margin: 0 0 8px;
}
h1 a {
  text-decoration: none;
}
.cover {
  margin-right: 10px;
  float: left;
}
.cover img {
  border: 1px solid #000;
  width: 130px;
}
.bible-lesson .cover img {
  width: 84px;
}
.small .cover img {
  width: 65px;
}
.description {
  margin-left: 142px;
}
.bible-lesson .description {
  margin-left: 96px;
}
.small .description {
  margin-left: 0;
}
.monitor .description {
	margin-bottom: 13px;
}
.small .quote {
  margin-left: 77px;
}
.science-health .description p {
  margin-bottom: 37px;
}
.bible .description {
  margin-bottom: 77px;
}
.bible small .description {
}
body.bible-small {
  height: 195px;
}