<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<?xml encoding="UTF-8"??>
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><title>Simple Transactional Email</title><style>
      /* -------------------------------------
          GLOBAL RESETS
      ------------------------------------- */
      img {
        border: none;
        -ms-interpolation-mode: bicubic;
        max-width: 100%; }

      body {
        background-color: #ffffff;
        font-family: Verdana, Geneva, sans-serif;
        -webkit-font-smoothing: antialiased;

        font-size: 16px;
        line-height: 1.65;
        margin: 0;
        padding: 0;
        -ms-text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%; }

      table {
        border-collapse: separate;
        mso-table-lspace: 0pt;
        mso-table-rspace: 0pt;
        width: 100%; }
        table td {
          font-family: Verdana, Geneva, sans-serif;
          font-size: 16px;
          line-height: 1.65;
          vertical-align: top; }

      /* -------------------------------------
          BODY & CONTAINER
      ------------------------------------- */

      .body {
        background-color: #ffffff;
        width: 100%; }

      /* Set a max-width, and make it display as block so it will automatically stretch to that width, but will also shrink down on a phone or something */
      .container {
        display: block;
        margin: 20px auto !important;
        /* makes it centered */
        max-width: 600px;
   }

      /* This should also be a block element, so that it will fill 100% of the .container */
      .content {
        box-sizing: border-box;
        display: block;
        margin: 0 auto;
        max-width: 600px; }

      /* -------------------------------------
          HEADER, FOOTER, MAIN
      ------------------------------------- */
      .main {
        background: #ffffff;
        width: 100%; }

      .wrapper {
        box-sizing: border-box; }

      .content-block {
        padding-bottom: 10px;
        padding-top: 10px;
      }

   

      /* -------------------------------------
          TYPOGRAPHY
      ------------------------------------- */
      h1,
      h2,
      h3,
      h4 {
        color: #39393b;
        font-family: Verdana, Geneva, sans-serif;
        font-weight: 400;
        line-height: 1.4;
        margin: 0;
        margin-bottom: 30px; }

      h1 {
        font-size: 35px;
        font-weight: 300;
        text-align: center;
        text-transform: capitalize; }

      p,
      ul,
      ol {
        font-family: Verdana, Geneva, sans-serif;
        font-size: 16px;
        font-weight: normal;
        margin: 0;
        margin-bottom: 15px;
        color: #39393b; }
        p {
          line-height: 1.45;
        }
        p li,
        ul li,
        ol li {
          list-style-position: inside;
          margin-left: 5px; }

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

a:hover {
  color: #77b9e7;
}

      /* -------------------------------------
          BUTTONS
      ------------------------------------- */
      table[class=body] .btn table {
        margin: 0 auto;
      }

      .btn {
        box-sizing: border-box;
        width: 100%; }
        .btn > tbody > tr > td {
          padding-bottom: 15px; }
        .btn table {
          width: auto; }
        .btn table td {
          background-color: #ffffff;
          border-radius: 5px;
          text-align: center; }
        .btn a {
          background-color: #ffffff;
          border: solid 1px #5c8ab6;
          border-radius: 5px;
          box-sizing: border-box;
          color: #5c8ab6;
          cursor: pointer;
          display: inline-block;
          font-size: 16px;
          font-weight: bold;
          margin: 0;
          padding: 12px 25px;
          text-decoration: none;
          text-transform: capitalize; }

      .btn-primary table td {
        background-color: #5c8ab6; }

      .btn-primary a {
        background-color: #5c8ab6;
        border-color: #5c8ab6;
        color: #ffffff; }

      /* -------------------------------------
          OTHER STYLES THAT MIGHT BE USEFUL
      ------------------------------------- */
      .last {
        margin-bottom: 0; }

      .first {
        margin-top: 0; }

      .align-center {
        text-align: center; }

      .align-right {
        text-align: right; }

      .align-left {
        text-align: left; }

      .clear {
        clear: both; }

      .mt0 {
        margin-top: 0; }

      .mb0 {
        margin-bottom: 0; }

      .preheader {
        color: transparent;
        display: none;
        height: 0;
        max-height: 0;
        max-width: 0;
        opacity: 0;
        overflow: hidden;
        mso-hide: all;
        visibility: hidden;
        width: 0; }

      .powered-by a {
        text-decoration: none; }

      hr {
        border: 0;
        border-bottom: 2px solid #e7e7e7;
        margin: 20px 0; }

      /* -------------------------------------
          RESPONSIVE AND MOBILE FRIENDLY STYLES
      ------------------------------------- */
      @media only screen and (max-width: 620px) {
        table[class=main] h1 {
          font-size: 28px !important;
          margin-bottom: 10px !important; }
        table[class=main] p,
        table[class=main] ul,
        table[class=main] li,
        table[class=main] ol,
        table[class=main] td,
        table[class=main] span,
        table[class=main] a {
          font-size: 19px !important; }

        table[class=body] .content {
          padding: 0 !important; }
        table[class=body] .container {
          padding: 0 !important;
          width: 100% !important; }
        table[class=body] .main {
          border-left-width: 0 !important;
          border-radius: 0 !important;
          border-right-width: 0 !important; }
        table[class=body] .btn table {
          width: 100% !important; }
        table[class=body] .btn a {
          width: 100% !important; }
        table[class=body] .img-responsive {
          height: auto !important;
          max-width: 100% !important;
          width: auto !important; }
}

      /* -------------------------------------
          PRESERVE THESE STYLES IN THE HEAD
      ------------------------------------- */
      @media all {
        .ExternalClass {
          width: 100%; }
        .ExternalClass,
        .ExternalClass p,
        .ExternalClass span,
        .ExternalClass font,
        .ExternalClass td,
        .ExternalClass div {
          line-height: 100%; }
        .apple-link a {
          color: inherit !important;
          font-family: inherit !important;
          font-size: inherit !important;
          font-weight: inherit !important;
          line-height: inherit !important;
          text-decoration: none !important; }
        .btn-primary table td:hover {
          background-color: #34495e !important; }
        .btn-primary a:hover {
          background-color: #34495e !important;
          border-color: #34495e !important; } }

    </style><meta name='robots' content='noindex' />
</head><body class="">

<table bgcolor="ffffff" border="0" cellpadding="0" cellspacing="0" height="100%" class="body" width="100%"><tbody><tr><td class="container" align="center" valign="top"><!-- 640px container (white background) --><!--[if mso]>
                                    <table width="640" cellpadding="0" cellspacing="0" style="width: 640px;">
                                        <tr><td width="640" style="width: 640px;" valign="top"><![endif]-->
        <div class="content">

      <table cellpadding="0" cellspacing="0" class="main" style="width:100%; max-width:640px;" width="600"><!-- Start logo row --><tbody><tr><td class="wrapper" style="padding-left: 20px; padding-right: 20px; padding-bottom: 40px">
 <center>
                        <a  href=""   title="" >  <img src="https://go.johndelaney.com/page/-/Delaney-for-President_Logo_Horizontal_Color_High_300px.png" width="250" style="margin-bottom: 25px" align="center" /></a>
                        </center><div style="display: none; max-height: 0px; overflow: hidden;">
	&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;</div>
<p style="font-family: Verdana, Geneva, sans-serif; font-size: 16px; font-weight: normal; margin-bottom: 15px; margin-top: 15px; line-height: 1.45; color: #39393b; ">
	Friends, we're making the news!<br /><br />
	One of the largest newspapers in Iowa just published an article about our campaign. Read below for an excerpt:</p>
<center>
	<table cellpadding="10" cellspacing="10" style="margin:0 auto; max-width: 500px; width:90%; padding: 10px 15px; border: solid 2px #cdcdcd; background-color: #efefef" width="500"><tbody><tr><td align="center" style="width: 100%; border-bottom: solid 2px #cdcdcd">
					<p>
						<img align="left" src="https://go.johndelaney.com/page/-/qctimes.com.png" style="max-width:150px; width: 100%" width="150" /></p>
				</td>
			</tr><tr><td align="center" style="width: 100%">
					<p align="left" style="font-family: times new roman, serif; font-size: 15px; font-weight: normal; margin-bottom: 15px; margin-top: 0px; line-height: 1.45; color: rgb(57, 57, 59);">
						&ldquo;The results of the Iowa caucus are important not just for who wins but for who does better than people expect, because that sends a message,&rdquo; Delaney said. &ldquo;At the end of this day, this isn&rsquo;t about me. If I do better in Iowa than expected, these ideas get life too.&rdquo;<br /><br />
						&ldquo;These ideas&rdquo; include several Delaney has stumped on since announcing his campaign, in mid-2017: universal health care, although not Medicare-for-all; free trade, including support for the Trans-Pacific Partnership (TPP) deal; a carbon tax; doubling the Earned Income Tax Credit nationally; an anti-isolationist foreign policy; and the idea that &ldquo;innovation creates more jobs than it displaces.&rdquo;<br /><br />
						&ldquo;Everyone who says the world doesn&rsquo;t get better every year isn&rsquo;t looking at the facts,&rdquo; Delaney said, citing the worldwide reduction in poverty. &ldquo;The facts favor the optimists.&rdquo;<br /><br />
						And yet Delaney isn&rsquo;t quiet about the &ldquo;crisis&rdquo; he sees in small towns across Iowa, where his campaign is devoting its energy in the final weeks before the caucuses. &ldquo;There&rsquo;s legitimately a lot of anger out there,&rdquo; Delaney said, &ldquo;and I think the anger is based on a reality: the federal government hasn&rsquo;t solved a lot of these problems, and it should have a long time ago.&rdquo;<br /><br />
						Delaney occupies a spot in the Democratic Party&rsquo;s centrist wing. On Monday he took shots at some of the left-leaning candidates, particularly Vermont Sen. Bernie Sanders and Massachusetts Sen. Elizabeth Warren. He also panned some of the bolder policy proposals receiving national attention.<br /><br />
						The universal basic income, a hallmark of entrepreneur Andrew Yang&rsquo;s campaign, is &ldquo;the worst piece of legislation being talked about in this election,&rdquo; said Delaney, who favors &ldquo;more progressive&rdquo; safety net policies that differentiate between citizens in-need and citizens with means.<br /><br />
						The first candidate to have visited all 99 Iowa counties, Delaney also distinguished himself from the two left-leaning senators from New England.<br /><br />
						&ldquo;The Republican Party wants to put up physical walls to keep immigrants out,&rdquo; Delaney said. &ldquo;If you listen to Sanders and Warren and some of these other folks, they want to put up economic walls. There&rsquo;s no difference, really, at the end of the idea.&rdquo;<br /><br />
						&ldquo;I believe this notion that the private sector, the government sector and the nonprofit sector working well together is the best way we solve problems,&rdquo; he added. &ldquo;This notion of vilifying different things is crazy. That&rsquo;s not how you make progress.&rdquo;<br /><br />
						Delaney also defended his centrism as both a pragmatic and political strategy. The 2020 election, he said, will generate enthusiastic turnout among both Democrats and Republicans. As a result, the Democrats should court centrist and independent voters who will decide the race, he said.<br /><br />
						&ldquo;Should we be upset that the person who&rsquo;s leading the Iowa caucus right now is a socialist? Yeah, I think that&rsquo;s a huge problem,&rdquo; Delaney said. &ldquo;I think socialism is a terrible idea. That&rsquo;s not who we are as a country.<br /><br />
						&ldquo;The genius of the United States of America is that we let the free market work its magic,&rdquo; he added. &ldquo;But what we did historically is moderated it with strong programs, like good public schools and infrastructure, with worker&rsquo;s rights and with laws that protect consumers.&rdquo;<br /><br />
						On Sunday afternoon Delaney spoke at the People's Caucus presidential forum, a three-hour event at Davenport North High School sponsored by a coalition of Midwestern social justice groups. Delaney was received warmly by the 500-person crowd.<br /><br />
						"All this amazing stuff&mdash;technology and innovation and such&mdash;is actually enormously positive," Delaney told the Times editorial board. "We shouldn't villainize it. We actually have to embrace it and make sure we bend it to benefit more Americans."</p>
				</td>
			</tr></tbody></table></center>
<p style="font-family: Verdana, Geneva, sans-serif; font-size: 16px; font-weight: normal; margin-bottom: 15px; margin-top: 15px; line-height: 1.45; color: #39393b; ">
	<strong><a  href=""  style="color: #135474"  title="" >Chip in $15 or more today to stand with John and this campaign:</a></strong></p>
<table align="center" border="0" cellpadding="0" cellspacing="0" style="max-width: 500px; background: #ffffff;" width="100%"><tbody><tr><td align="center" style="font-size: 0;" valign="top">
				<div style="display: inline-block; max-width: 49%; min-width: 225px; vertical-align: top;">
					<table align="center" border="0" cellpadding="0" cellspacing="0" style="margin: 0 auto; width: 225px; max-width: 225px; border-collapse: separate"><tbody><tr><td align="center">
									<table border="0" cellpadding="0" cellspacing="6" style="margin: 0 auto; width: 225px; max-width: 225px; border-collapse: separate"><tbody><tr><td align="center" bgcolor="#EE283B" style="-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; letter-spacing: -0.025em; font-family: Avenir, Arial, sans-serif; color: #ffffff; font-weight: bolder;">
													<a  href=""  style="padding: 8px 6px 8px 6px; mso-padding-alt: 6px 6px; display: block; text-decoration: none; border-radius: 2px;  text-align: center; text-transform: uppercase; font-weight: bolder; font-size: 19px; color: #ffffff; mso-line-height-rule: exactly; line-height: 36px;"  title="" >Donate $15&nbsp;&raquo;</a></td>
											</tr></tbody></table></td>
							</tr></tbody></table></div>
				<!-- [if mso]>
                        </td><td>
                        <![endif]-->
				<div style="display: inline-block; max-width: 49%; min-width: 225px; vertical-align: top;">
					<table align="center" border="0" cellpadding="0" cellspacing="0" style="margin: 0 auto; width: 225px; max-width: 225px; border-collapse: separate"><tbody><tr><td align="center">
									<table border="0" cellpadding="0" cellspacing="6" style="margin: 0 auto; width: 225px; max-width: 225px; border-collapse: separate"><tbody><tr><td align="center" bgcolor="#EE283B" style="-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; letter-spacing: -0.025em; font-family: Avenir, Arial, sans-serif; color: #ffffff; font-weight: bolder;">
													<a  href=""  style="padding: 8px 6px 8px 6px; mso-padding-alt: 6px 6px; display: block; text-decoration: none; border-radius: 2px;  text-align: center; text-transform: uppercase; font-weight: bolder; font-size: 19px; color: #ffffff; mso-line-height-rule: exactly; line-height: 36px;"  title="" >Donate $25 &raquo;</a></td>
											</tr></tbody></table></td>
							</tr></tbody></table></div>
				<!-- [if mso]>
</table><table>
                        <![endif]--></td>
		</tr></tbody></table><table align="center" border="0" cellpadding="0" cellspacing="0" style="max-width: 500px; background: #ffffff; border-collapse: separate" width="100%"><tbody><tr><td align="center" style="font-size: 0;" valign="top">
				<div style="display: inline-block; max-width: 49%; min-width: 225px; vertical-align: top;">
					<table align="center" border="0" cellpadding="0" cellspacing="0" style="margin: 0 auto; width: 225px; max-width: 225px; border-collapse: separate"><tbody><tr><td align="center">
									<table border="0" cellpadding="0" cellspacing="6" style="margin: 0 auto; width: 225px; max-width: 225px; border-collapse: separate"><tbody><tr><td align="center" bgcolor="#EE283B" style="-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; letter-spacing: -0.025em; font-family: Avenir, Arial, sans-serif; color: #ffffff; font-weight: bolder;">
													<a  href=""  style="padding: 8px 6px 8px 6px; mso-padding-alt: 6px 6px; display: block; text-decoration: none; border-radius: 2px;  text-align: center; text-transform: uppercase; font-weight: bolder; font-size: 19px; color: #ffffff; mso-line-height-rule: exactly; line-height: 36px;"  title="" >Donate $50&nbsp;&raquo;</a></td>
											</tr></tbody></table></td>
							</tr></tbody></table></div>
				<!-- [if mso]>
                        </td><td>
                        <![endif]-->
				<div style="display: inline-block; max-width: 49%; min-width: 225px; vertical-align: top;">
					<table align="center" border="0" cellpadding="0" cellspacing="0" style="margin: 0 auto; width: 225px; max-width: 225px; border-collapse: separate"><tbody><tr><td align="center">
									<table border="0" cellpadding="0" cellspacing="6" style="margin: 0 auto; width: 225px; max-width: 225px; border-collapse: separate"><tbody><tr><td align="center" bgcolor="#EE283B" style="-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; letter-spacing: -0.025em; font-family: Avenir, Arial, sans-serif; color: #ffffff; font-weight: bolder;">
													<a  href=""  style="padding: 8px 6px 8px 6px; mso-padding-alt: 6px 6px; display: block; text-decoration: none;  text-align: center; text-transform: uppercase; font-weight: bolder; font-size: 19px; color: #ffffff; mso-line-height-rule: exactly; line-height: 36px;"  title="" >Donate $100&nbsp;&raquo;</a></td>
											</tr></tbody></table></td>
							</tr></tbody></table></div>
				<!-- [if mso]>
</table><table>
                        <![endif]--></td>
		</tr></tbody></table><table align="center" border="0" cellpadding="0" cellspacing="0" style="max-width: 500px; background: #ffffff; border-collapse: separate; margin-bottom: 15px" width="100%"><tbody><tr><td align="center" style="font-size: 0;" valign="top">
				<div style="display: inline-block; max-width: 49%; min-width: 225px; vertical-align: top;">
					<table align="center" border="0" cellpadding="0" cellspacing="0" style="margin: 0 auto; width: 225px; max-width: 225px; border-collapse: separate"><tbody><tr><td align="center">
									<table border="0" cellpadding="0" cellspacing="6" style="margin: 0 auto; width: 225px; max-width: 225px; border-collapse: separate"><tbody><tr><td align="center" bgcolor="#EE283B" style="-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; letter-spacing: -0.025em; font-family: Avenir, Arial, sans-serif; color: #ffffff; font-weight: bolder;">
													<a  href=""  style="padding: 8px 6px 8px 6px; mso-padding-alt: 6px 6px; display: block; text-decoration: none;  text-align: center; text-transform: uppercase; font-weight: bolder; font-size: 19px; color: #ffffff; mso-line-height-rule: exactly; line-height: 36px;"  title="" >Donate $250&nbsp;&raquo;</a></td>
											</tr></tbody></table></td>
							</tr></tbody></table></div>
				<!-- [if mso]>
                        </td><td>
                        <![endif]-->
				<div style="display: inline-block; max-width: 49%; min-width: 225px; vertical-align: top;">
					<table align="center" border="0" cellpadding="0" cellspacing="0" style="margin: 0 auto; width: 225px; max-width: 225px; border-collapse: separate"><tbody><tr><td align="center">
									<table border="0" cellpadding="0" cellspacing="6" style="margin: 0 auto; width: 225px; max-width: 225px; border-collapse: separate"><tbody><tr><td align="center" bgcolor="#EE283B" style="-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; letter-spacing: -0.025em; font-family: Avenir, Arial, sans-serif; color: #ffffff; font-weight: bolder;">
													<a  href=""  style="padding: 8px 6px 8px 6px; mso-padding-alt: 6px 6px; display: block; text-decoration: none;  text-align: center; text-transform: uppercase; font-weight: bolder; font-size: 19px; color: #ffffff; mso-line-height-rule: exactly; line-height: 36px;"  title="" >Other Amount&nbsp;&raquo;</a></td>
											</tr></tbody></table></td>
							</tr></tbody></table></div>
				<!-- [if mso]>
</table><table></td></tr></table>
                        <![endif]--></td>
		</tr></tbody></table><p style="font-family: verdana, Geneva, sans-serif; font-size: 16px; font-weight: normal; margin-bottom: 15px; line-height: 1.45; color: #39393b; ">
	<strong><a  href=""  style="color: #135474"  title="" >https://go.johndelaney.com/Donate</a></strong><br /><br />
	We're so grateful to have your support,<br /><em>Team Delaney for President</em></p></td>
			</tr></tbody></table></div>





<!-- START FOOTER -->
<div style="width: 100%;  margin-top: 40px; text-align: center; ">
	<table align="center" cellpadding="0" cellspacing="0" style="background: #004E7C url(&#039;https://go.johndelaney.com/page/-/white-house-bg_580.png&#039;) no-repeat bottom center; width:100%; max-width:600px;border-top: solid 4px #84b7e3" width="600"><!-- Start footer --><tbody><tr><td align="center">
					<table align="center" border="0" cellpadding="20" cellspacing="0"><tbody><tr><td style="text-align: center; ">
									<p style="margin-bottom:10px;text-align:center;color:#ffffff; font-size: 14px; font-family: Verdana, Geneva, sans-serif; letter-spacing: 0.01em">
										<a  href=""  style="font-size: 14px; line-height:16px; text-decoration:none; color:#ffffff;"  title="" ><strong>www.JohnDelaney.com</strong></a> |
<strong>Text DELANEY to 72727</strong><br /><em style="font-size: 10px; line-height: 120%">Standard data and message rates apply. STOP to quit, HELP for info.</em></p>
									<p style="line-height:16px;margin-bottom:0px;text-align:center;color:#e9e9e9; font-size: 10px; font-family: Verdana, Geneva, sans-serif;">
										<a  href=""  style="text-decoration:none;"  title="" ><img alt="fb" src="https://go.johndelaney.com/page/-/iconmonstr-facebook-6-24.png" style="width:22px; padding: 0px 5px; vertical-align:top;" width="22" /></a> <a  href=""  style="text-decoration:none;"  title="" > <img alt="tw" src="https://go.johndelaney.com/page/-/iconmonstr-twitter-1-24.png" style="width:22px; padding: 0px 5px; vertical-align:top;" width="22" /></a> <a  href=""  style="text-decoration:none;"  title="" > <img alt="ig" src="https://go.johndelaney.com/page/-/iconmonstr-instagram-11-24.png" style="width:22px; padding: 0px 5px; vertical-align:top;" width="22" /></a> <a  href=""  style="text-decoration:none;"  title="" > <img alt="yt" src="https://go.johndelaney.com/page/-/iconmonstr-youtube-6-24.png" style="width:22px; padding: 0px 5px; vertical-align:top;" width="22" /></a></p>
								</td>
							</tr><tr><td class="content-block powered-by">
									<table align="center" cellpadding="0" cellspacing="0" style="max-width: 350px; width:90%; border: solid 1px #ffffff;" width="350"><tbody><tr><td style="text-align: center; padding: 5px 10px 5px 10px;color:#e9e9e9; font-size:12px; line-height: 115%; font-family:Verdana, Geneva, sans-serif">
													<span style="color:#e9e9e9; font-size:12px; line-height: 115%; font-family:Verdana, Geneva, sans-serif">Paid for by Friends of John Delaney.</span></td>
											</tr></tbody></table><p align="center" style="color: #fff;text-align:center;color:#e9e9e9; font-size: 12px; margin-top: 5px; font-family: Verdana, Geneva, sans-serif; letter-spacing: 0.01em">
										PO Box 70835, Bethesda, MD 20813</p>
									<p align="center" style="text-align:center; margin-left:0px; margin-right: 0px; color:#e9e9e9; font-size: 10px; font-family: Verdana, Geneva, sans-serif; letter-spacing: 0.01em">
									<span style="font-size: 10px;">	This email was sent to: <a  href=""  style="text-decoration:none; color:#ffffff;"  title="" >previews@email.com</a>. If you were forwarded this email or would like to update your contact information, <a  href=""  style="text-decoration:none; color:#ffffff;"  title="" >click here</a>. John is refusing <u>all</u> corporate PAC money. This campaign is driven by grassroots supporters like <em>you</em>. To make a donation, <a  href=""  style="text-decoration:none; color:#ffffff;"  title="" >click here</a>. If you'd like to scale back on the number of emails you get from us, <a  href=""  style="text-decoration:none; color:#ffffff;"  title="" >click here</a>. To unsubscribe completely, <a  href=""  style="text-decoration:none; color:#ffffff;"  title="" >click here</a>.</span></p>
								</td>
							</tr></tbody></table><!-- END FOOTER --><!--[if mso]></td></tr></table><![endif]--><!-- END CENTERED WHITE CONTAINER --></td></tr></tbody></table></div></td></tr></tbody></table>