
body {
    /* image: https://www.amazon.com/Smead-Folder-Reinforced-Manila-15334/dp/B00006IF2P*/
    /*background-color: #FEEBCB;*/
    /*background-color: #CECFD4;*/
    background-color: #EAE9EE;
    font-family: "Courier Prime", "Courier New", monospace;
}

.courier {
  font-family: "Courier Prime", "Courier New", monospace;
}

.topbar {
  background-color: #42454E;
}

.white, .title-banner, .email-box, .script-outer {
  background-color: white;
}

.helvetica {
  font-family: "Helvetica", sans-serif;
}

.headline, .bold {
  font-weight: bold;
}

.title-words, .season {
  font-size: 24px;
}

.part-words {
  font-size: 18px;
}

.discussion, .logo, .headline, .update-tagline {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 615px;
}

@media screen and (max-width: 615px) {
    .discussion {
        margin-left: 0;
        margin-right: 0;
        padding: 0em 1em 0em 1em;
    }
    .headline, .update-tagline, .logo {
        margin-left: 0;
        margin-right: 0;
    }
}

.email-cta {
  font-weight: bold;
  font-size: 20px;
}

.disclaimer {
  text-decoration: underline;
  color: #1d4c99;
  font-weight: bold;
}

#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }

#mc_embed_signup_scroll {
  background-color: red;
}

a {
  text-decoration: underline;
  color: #1d4c99;
  font-weight: bold;
}

a:visited {
  /*color: purple;*/
  /*color: #3A1642;*/
  /*color: #592B80;*/
  color: #6A3398;
}

a:hover {
  cursor: pointer;
  color: blue;
}

a:active {
  position: relative;
  top: 1px;
}