p,h1,h2,h3,h4,h5,h6,ul,ol,li,blockquote,div,span {
  margin: 0;
  padding: 0;
}

h1 {
  font-family: Garamond;
  color: rgb(192,0,16);
  font-size: 24pt;
  padding-bottom: 10px;
  text-decoration: underline;
}

body {
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 755px;
  background-color: white;
}

.body-top {
  background-image: url('/images/body-top.png');
  background-repeat: no-repeat;
  height: 6px;
  width: 555px;
}

.body-flex {
  background-image: url('/images/body-flex.png');
  background-repeat: repeat-y;
}

.body-bottom {
  background-image: url('/images/body-bottom.png');
  background-repeat: no-repeat;
  height: 6px;
}

.optin-top {
  background-image: url('/images/optin-top.png');
  background-repeat: no-repeat;
  height: 14px;
}
.optin-flex {
  background-image: url('/images/optin-flex.png');
  background-repeat: repeat-y;
}

.optin-bottom {
  background-image: url('/images/optin-bottom.png');
  background-repeat: no-repeat;
  height: 12px;
}

.nobullets {
  list-style-type: none;
}

.highlighter {
  background-color: yellow;
  padding-left: 10px;
  padding-right: 10px;
}

.checks li {
  background-image: url('/images/check.gif');
  background-repeat: no-repeat;
  padding-left: 25px;
}

.subtitle {
  font-weight: bold;
  font-size: 13.5pt;
  font-style: italic;
  font-family: Times New Roman, Times;
}

.red {
  color: rgb(192, 0, 16);
}

.em {
  font-weight: bold;
}

.popup {
  font-family: Verdana, Arial, Helvetica;
  padding-bottom: 15px;
}

.popup input.yellow {
  background-color: rgb(255,255,192);
  width: 175px;
}

.popup em {
  color: rgb(192, 0, 16);
  font-weight: bold;
}

.popup p {
  margin-bottom: 15px;
}

.popup h2 {
  text-align: center;
  font-size: 28pt;
  color: rgb(192, 0, 16);
}


#content {
  padding-left: 10px;
  padding-right: 15px;
}

#content p, #content li {
  padding-bottom: 5px;
}

#optin {
  padding-left: 3px;
  padding-right: 15px;
}

#optin input {
  background-color: rgb(255, 255, 160);
}

#starburst {
  color: blue;
  font-family: Verdana, Arial, Helvetica;
  font-weight: bold;
  font-size: 12pt;
  font-style: italic;
}

#footer {
  font-size: x-small;
  text-align: center;
  font-family: Verdana, Arial, Helvetica;
  padding-top: 10px;
}

