/* line 2, style.sass */
body {
  background-color: #dddddd;
  color: black;
  padding: 20px; }

/* line 8, style.sass */
.main {
  background-color: white;
  margin: 0 auto 0 auto;
  border: 1px solid gray;
  width: 610px;
  padding: 35px;
  text-align: left; }

/* line 17, style.sass */
.top {
  clear: both; }

/* line 21, style.sass */
h1 {
  font-family: "Trebuchet MS", "Lucida Grande", Verdana, Tahoma, Helvetica, "sans serif";
  Text-align: center;
  font-size: 30px; }
  /* line 26, style.sass */
  h1 strong {
    background-color: yellow; }
  /* line 29, style.sass */
  h1 em {
    color: #cc0000; }

/* line 33, style.sass */
h2 {
  font-size: 25px;
  color: #333366; }

/* line 37, style.sass */
h3 {
  font-size: 20px;
  color: #336633; }

/* line 41, style.sass */
h4 {
  font-size: 18px;
  color: #990033; }

/* line 45, style.sass */
h5 {
  color: #663300; }

/* line 49, style.sass */
ul {
  padding-left: 60px; }

/* line 53, style.sass */
p {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  font-style: normal;
  line-height: 21px;
  font-weight: normal;
  color: #333333;
  padding-left: 20px;
  padding-right: 20px; }

/* line 64, style.sass */
li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 19px;
  font-weight: normal;
  color: #333333;
  padding-left: 20px;
  padding-right: 20px;
  padding: 3px; }

/* line 76, style.sass */
p.dbut {
  color: #cc0000;
  font-size: 24px;
  font-weight: bold;
  font-family: "Trebuchet MS", "Lucida Grande", Verdana, Tahoma, Helvetica, "sans serif";
  line-height: 29px;
  text-align: center;
  margin-bottom: 30px; }

/* line 86, style.sass */
.testm {
  background-color: #ffffee;
  border-left: 1px solid gray;
  border-top: 1px solid gray;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  padding: 10px;
  margin: 20px;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 12px; }

/* line 99, style.sass */
.bwtm {
  background-color: #ffffcc;
  color: black;
  border: 1px solid red;
  border-right: 2px solid #cc0000;
  border-bottom: 2px solid #cc0000;
  padding: 10px;
  margin: 20px;
  margin-left: 50px;
  margin-right: 50px; }
  /* line 110, style.sass */
  .bwtm h3 {
    color: black; }

/* line 114, style.sass */
.faq {
  background-color: #eeffff;
  border: 1px solid blue;
  border-right: 2px solid #0000cc;
  border-bottom: 2px solid #0000cc;
  padding: 10px 10px 10px 30px;
  margin: 20px;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 13px; }

/* line 126, style.sass */
.bonus {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-left: 30px;
  clear: both; }
  /* line 133, style.sass */
  .bonus img {
    margin-top: 0px; }
  /* line 136, style.sass */
  .bonus h5 {
    font-size: 120%;
    color: #cc0000;
    margin-top: 10px;
    margin-bottom: 0px; }

/* line 143, style.sass */
li {
  padding: 3px; }

/* line 147, style.sass */
.red {
  color: red; }

/* line 151, style.sass */
img {
  margin-right: 10px;
  float: left; }

/* line 156, style.sass */
.center img, .danimg img {
  float: none; }

/* line 160, style.sass */
.sig {
  float: none;
  background-color: red; }

/* line 165, style.sass */
.center {
  text-align: center; }

/* line 169, style.sass */
.engorge {
  font-weight: bold;
  font-size: 150%; }

/* line 174, style.sass */
.guaranteebox {
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #cc0000;
  border-right-color: #cc0000;
  border-bottom-color: #cc0000;
  border-left-color: #cc0000;
  padding: 6; }

/* line 186, style.sass */
.quiz {
  background-color: white;
  border-left: 1px solid #ff3300;
  border-top: 1px solid #ff3300;
  border-right: 2px solid red;
  border-bottom: 2px solid red;
  padding: 10px;
  margin: 20px;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 12px;
  margin-bottom: 5px; }

/* line 199, style.sass */
.redlist {
  color: #990033;
  font-size: 16px;
  font-weight: bold; }

/* line 204, style.sass */
.recordings {
  color: #990033;
  font-style: italic;
  font-weight: bold; }

/* line 209, style.sass */
.bold {
  font-weight: bold; }

/* line 212, style.sass */
.clear {
  clear: both; }
