HTML preprocessors can make writing HTML more powerful or convenient. For instance, Markdown is designed to be easier to write and read for text documents and you could write a loop in Pug.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. So you don't have access to higher-up elements like the <html>
tag. If you want to add classes there that can affect the whole document, this is the place to do it.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. If you need things in the <head>
of the document, put that code here.
The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https.
CSS preprocessors help make authoring CSS easier. All of them offer things like variables and mixins to provide convenient abstractions.
It's a common practice to apply CSS to a page that styles elements such that they are consistent across all browsers. We offer two of the most popular choices: normalize.css and a reset. Or, choose Neither and nothing will be applied.
To get the best cross-browser support, it is a common practice to apply vendor prefixes to CSS properties and values that require them to work. For instance -webkit-
or -moz-
.
We offer two popular choices: Autoprefixer (which processes your CSS server-side) and -prefix-free (which applies prefixes via a script, client-side).
Any URL's added here will be added as <link>
s in order, and before the CSS in the editor. If you link to another Pen, it will include the CSS from that Pen. If the preprocessor matches, it will attempt to combine them before processing.
You can apply CSS to your Pen from any stylesheet on the web. Just put a URL to it here and we'll apply it, in the order you have them, before the CSS in the Pen itself.
If the stylesheet you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the CSS from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
JavaScript preprocessors can help make authoring JavaScript easier and more convenient.
Babel includes JSX processing.
Any URL's added here will be added as <script>
s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
Search for and use JavaScript packages from npm here. By selecting a package, an import
statement will be added to the top of the JavaScript editor for this package.
Using packages here is powered by Skypack, which makes packages from npm not only available on a CDN, but prepares them for native JavaScript ES6 import
usage.
All packages are different, so refer to their docs for how they work.
If you're using React / ReactDOM, make sure to turn on Babel for the JSX processing.
If active, Pens will autosave every 30 seconds after being saved once.
If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.
If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.
Visit your global Editor Settings.
<head>
<title>Elysium</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="x-ua-compatible" content="IE=edge">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet">
<!--[if gte mso 9]>
<xml>
<o:OfficeDocumentSettings>
<o:AllowPNG />
<o:PixelsPerInch>96</o:PixelsPerInch>
</o:OfficeDocumentSettings>
</xml>
<![endif]-->
<!--[if (gte mso 9)|(IE)]>
<style>
/* Force outlook to fallback on Arial instead of Times Roman and removes extra spaces */
table {
border-collapse:collapse !important;
mso-table-lspace:0 !important;
mso-table-rspace:0 !important;
}
h1,h2,h3,h4,h5,h6,p,a,span,td,strong,li {
font-family:Arial,Helvetica,Verdana,sans-serif !important;
}
</style>
<![endif]-->
<style type="text/css">
@font-face {font-family:PostGrotesk-Bold; src:url(https://elysiumhealth.com/static/media/PostGrotesk-Bold.582f20ab.woff) format("woff");}
@font-face {font-family:Calendas-Italic; src:url(https://elysiumhealth.com/static/media/Calendas_Italic.45d977d6.woff) format("woff");}
@font-face {font-family:Calendas-Bold; src:url(https://elysiumhealth.com/static/media/Calendas_Bold.1c0655e5.woff) format("woff");}
@font-face {font-family:Calendas; src:url(https://elysiumhealth.com/static/media/Calendas.7e7e038c.woff) format("woff");}
@font-face {font-family:Graphik-Light; src:url(https://elysiumhealth.com/static/media/Graphik-Light.50676005.woff) format("woff");}
p{
margin:1em 0;
}
width:device-width #outlook a{
padding:0;
color:inherit;
}
.ReadMsgBody{
width:100%;
}
.ExternalClass{
width:100%;
}
.ExternalClass,.ExternalClass span,.ExternalClass td,.ExternalClass div{
line-height:100%;
}
body,table,td,a{
-webkit-text-size-adjust:100%;
-ms-text-size-adjust:100%;
}
table,td{
mso-table-lspace:0;
mso-table-rspace:0;
}
img{
-ms-interpolation-mode:bicubic;
}
body{
height:100% !important;
margin:0 !important;
padding:0 !important;
width:100% !important;
}
img{
border:0;
height:auto;
line-height:100%;
outline:none;
text-decoration:none;
}
a[x-apple-data-detectors]{
color:inherit !important;
text-decoration:none !important;
font-size:inherit !important;
font-family:inherit !important;
font-weight:inherit !important;
line-height:inherit !important;
}
.webkit-hide{
display:none !important;
}
.webkit-show{
height:auto !important;
width:auto !important;
max-width:none !important;
max-height:none !important;
overflow:auto !important;
visibility:visible !important;
display:block !important;
}
#font-weight-normal{
font-weight:normal !important;
}
.link-hover:hover{
text-decoration:none !important;
}
@media only screen and (max-device-width: 480px),screen and (max-width: 480px){
body[yahoo] .deviceWidth{
width:100% !important;
padding:0;
min-width:100% !important;
}
} @media only screen and (max-device-width: 480px),screen and (max-width: 480px){
.Width_100percent{
width:100% !important;
}
} @media only screen and (max-device-width: 480px),screen and (max-width: 480px){
.Images_Resize{
width:100% !important;
height:auto !important;
}
} @media only screen and (max-device-width: 480px),screen and (max-width: 480px){
.Images_Resize_90{
width:84% !important;
height:auto !important;
}
} @media only screen and (max-device-width: 480px),screen and (max-width: 480px){
.Images_Resize_50{
width:50% !important;
height:auto !important;
}
} @media only screen and (max-device-width: 480px),screen and (max-width: 480px){
.PaddingLR{
padding-left:5% !important;
padding-right:5% !important;
}
} @media only screen and (max-device-width: 480px),screen and (max-width: 480px){
.PaddingLR0{
padding-left:0 !important;
padding-right:0 !important;
}
} @media only screen and (max-device-width: 480px),screen and (max-width: 480px){
.PaddingL{
padding-left:3% !important;
}
} @media only screen and (max-device-width: 480px),screen and (max-width: 480px){
.PaddingR50{
padding-right:40% !important;
}
} @media only screen and (max-device-width: 480px),screen and (max-width: 480px){
.PaddingTB{
padding-top:4% !important;
padding-bottom:4% !important;
}
} @media only screen and (max-device-width: 480px),screen and (max-width: 480px){
.Font12{
font-size:10px !important;
line-height:14px !important;
}
} @media only screen and (max-device-width: 480px),screen and (max-width: 480px){
.Font14{
font-size:11px !important;
line-height:15px !important;
letter-spacing:0;
}
} @media only screen and (max-device-width: 480px),screen and (max-width: 480px){
.Font16{
font-size:12px !important;
line-height:16px !important;
}
} @media only screen and (max-device-width: 480px),screen and (max-width: 480px){
.Font20{
font-size:16px !important;
line-height:20px !important;
}
} @media only screen and (max-device-width: 480px),screen and (max-width: 480px){
.Font30{
font-size:20px !important;
line-height:23px !important;
}
} @media only screen and (max-device-width: 480px),screen and (max-width: 480px){
.Font32{
font-size:24px !important;
line-height:28px !important;
}
} @media only screen and (max-device-width: 480px),screen and (max-width: 480px){
.mobile-hide{
display:none !important;
}
} @media only screen and (max-device-width: 480px),screen and (max-width: 480px){
.mobile-center{
text-align:center !important;
}
} @media only screen and (max-device-width: 480px),screen and (max-width: 480px){
.mobile-show{
display:inline-block !important;
width:auto !important;
height:auto !important;
max-width:none !important;
max-height:none !important;
overflow:visible !important;
}
} @media only screen and (max-device-width: 480px),screen and (max-width: 480px){
.img-max{
max-width:100% !important;
height:auto !important;
}
} @media only screen and (max-device-width: 480px),screen and (max-width: 480px){
.img-max2{
width:100% !important;
max-width:100% !important;
height:auto !important;
}
} @media only screen and (max-device-width: 480px),screen and (max-width: 480px){
.responsive-table{
width:100% !important;
max-width:100% !important;
}
}</style><!--[if !mso]><!--><link href="https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i" rel="stylesheet"><!--<![endif]--></head>
<body style="margin: 0px;-webkit-text-size-adjust: none;-ms-text-size-adjust: 100%;height: 100% !important;padding: 0 !important;width: 100% !important;" yahoo="fix" bgcolor="#FFFFFF">
<table cellpadding="0" cellspacing="0" border="0" width="700" align="center" class="Width_100percent" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<tbody><tr>
<td style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center" class="Width_100percent" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<tbody><tr>
<td valign="top" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<table width="700" border="0" cellspacing="0" cellpadding="0" bgcolor="#ffffff" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;" class="Width_100percent">
<tbody><tr>
<td bgcolor="#ffffff" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<table border="0" cellspacing="0" cellpadding="0" bgcolor="#ffffff" width="100%" class="Width_100percent" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<tbody><tr>
<td align="center" bgcolor="#5d87ad" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<a href="https://www.elysiumhealth.com/?utm_campaign=391bc50052-EH-newsletter-feb-newsletter-issue8&utm_medium=email&utm_source=Elysium+Health+Newsletter&utm_term=0_e2e720fda3-391bc50052-459444405" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;" target="_blank"><img style="display: block;border: 0;padding: 0;margin: 0;-ms-interpolation-mode: bicubic;height: auto;line-height: 100%;outline: none;text-decoration: none;" src="https://gallery.mailchimp.com/777dc05ae3120de1f1d60ec86/images/3944c43b-0c0d-47f4-9421-e03363843ebb.png" width="700" height="191" class="Images_Resize" border="0" alt="Elysium. Issue 8. February 2018"></a>
</td>
</tr>
<!-- welcome section -->
<tr>
<td align="center" bgcolor="#5d87ad" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<tbody><tr>
<td align="center" style="padding-top: 2%;padding-bottom: 6%;padding-left: 8%;padding-right: 14%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<tbody><tr>
<td valign="top" align="left" style="font-family: 'Graphik-Light', Roboto, Arial, Helvetica, sans-serif;font-size: 28px;line-height: 36px;font-weight: 300;color: #fff;letter-spacing: 1px;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;" class="Font30">
Welcome to the eighth edition of the Elysium Health monthly newsletter.
</td>
</tr>
<tr>
<td valign="top" align="left" style="padding-top: 5%;font-family: 'Graphik-Light', Roboto, Arial, Helvetica, sans-serif;font-size: 15px;line-height: 25px;font-weight: 300;color: #fff;letter-spacing: .5px;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;" class="Font16">
<span style="font-weight:600;">This month:</span> We welcome two new board members, our co-founder Leonard Guarente and Scientific Advisory Board member Sir Richard Roberts are interviewed by<i> TIME</i> magazine, and we explain "citizen science" in <i>Endpoints</i>.
</td>
</tr>
</tbody></table>
</td>
</tr>
<tr>
<td align="center" style="padding-bottom: 8%;padding-left: 8%;padding-right: 6%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<tbody><tr>
<td width="6%" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<a href="http://www.facebook.com/elysiumhealth/?utm_source=Elysium+Health+Newsletter&utm_campaign=391bc50052-EH-newsletter-feb-newsletter-issue8&utm_medium=email&utm_term=0_e2e720fda3-391bc50052-459444405" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;" target="_blank"><img style="display: block;border: 0;padding: 0;margin: 0;-ms-interpolation-mode: bicubic;height: auto;line-height: 100%;outline: none;text-decoration: none;" src="https://gallery.mailchimp.com/777dc05ae3120de1f1d60ec86/images/68c55b30-c245-4cb1-beaf-175f7594544b.png" width="35" height="32" class="Images_Resize" border="0" alt=""></a>
</td>
<td width="6%" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<a href="https://twitter.com/elysiumhq?utm_campaign=391bc50052-EH-newsletter-feb-newsletter-issue8&utm_medium=email&utm_source=Elysium+Health+Newsletter&utm_term=0_e2e720fda3-391bc50052-459444405" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;" target="_blank"><img style="display: block;border: 0;padding: 0;margin: 0;-ms-interpolation-mode: bicubic;height: auto;line-height: 100%;outline: none;text-decoration: none;" src="https://gallery.mailchimp.com/777dc05ae3120de1f1d60ec86/images/f86f6a86-d2ae-44e2-ae19-61335ca43d97.png" width="42" height="32" class="Images_Resize" border="0" alt=""></a>
</td>
<td width="6%" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<a href="https://www.instagram.com/elysium_health/?utm_source=Elysium+Health+Newsletter&utm_campaign=391bc50052-EH-newsletter-feb-newsletter-issue8&utm_medium=email&utm_term=0_e2e720fda3-391bc50052-459444405" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;" target="_blank"><img style="display: block;border: 0;padding: 0;margin: 0;-ms-interpolation-mode: bicubic;height: auto;line-height: 100%;outline: none;text-decoration: none;" src="https://gallery.mailchimp.com/777dc05ae3120de1f1d60ec86/images/f79dbe4e-8b20-40da-b6bc-3beb1e3b36f7.png" width="35" height="32" class="Images_Resize" border="0" alt=""></a>
</td>
<td valign="middle" align="left" style="padding-left: 2%;font-family: 'Graphik-Light', Roboto, Arial, Helvetica, sans-serif;font-size: 12px;font-weight: 300;color: #fff;letter-spacing: .5px;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;" class="Font12">
Follow us for real-time updates from Elysium.</td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
</td>
</tr>
<!-- / welcome section -->
<!-- Daniel Kahneman section -->
<tr>
<td align="center" style="padding-top: 6%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;"><img style="display: block;border: 0;padding: 0;margin: 0;-ms-interpolation-mode: bicubic;height: auto;line-height: 100%;outline: none;text-decoration: none;" src="https://gallery.mailchimp.com/777dc05ae3120de1f1d60ec86/images/b5111788-4f45-453d-b248-51f8e8f2c75c.png" width="592" height="16" class="Images_Resize" border="0" alt="">
</td>
</tr>
<tr>
<td align="center" bgcolor="#ffffff" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<tbody><tr>
<td align="center" style="padding-top: 4%;padding-left: 8%;padding-right: 8%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<tbody><tr>
<td width="65%" valign="top" align="left" style="padding-right: 10%;font-family: 'PostGrotesk-Bold', Arial, Helvetica, sans-serif;font-size: 23px;line-height: 30px;font-weight: 700;color: #000;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;" class="Font20">
Daniel Kahneman Joins Scientific Advisory Board
</td>
<td width="35%" valign="top" align="left" style="font-family: 'Graphik-Light', Roboto, Arial, Helvetica, sans-serif;font-size: 13px;line-height: 20px;font-weight: 300;color: #393939;letter-spacing: .5px;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;" class="Font12">
"I'm committed to taking Basis and I plan to take it indefinitely."
</td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
</td>
</tr>
<tr>
<td align="center" style="padding-top: 7%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;"><img style="display: block;border: 0;padding: 0;margin: 0;-ms-interpolation-mode: bicubic;height: auto;line-height: 100%;outline: none;text-decoration: none;" src="https://gallery.mailchimp.com/777dc05ae3120de1f1d60ec86/images/83d91c4a-419f-4de1-8515-ab95a2b436f2.jpg" width="440" height="440" class="Images_Resize_90" border="0" alt="">
</td>
</tr>
<tr>
<td align="center" bgcolor="#ffffff" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<tbody><tr>
<td align="center" style="padding-top: 6%;padding-bottom: 2%;padding-left: 8%;padding-right: 8%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<tbody><tr>
<td valign="top" align="center" style="font-family: 'Graphik-Light', Roboto, Arial, Helvetica, sans-serif;font-size: 28px;line-height: 36px;font-weight: 300;color: #393939;letter-spacing: .5px;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;" class="Font30">
"It's entirely the people who I have met that excite me about Elysium Health, especially the Scientific Advisory Board."
</td>
</tr>
<tr>
<td valign="top" align="left" style="padding-top: 6%;font-family: 'Graphik-Light', Roboto, Arial, Helvetica, sans-serif;font-size: 13.5px;line-height: 20px;font-weight: 300;color: #393939;letter-spacing: .3px;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;" class="Font16">
<span style="font-weight:600;">We are thrilled to welcome</span> Daniel Kahneman to our Scientific Advisory Board.
Kahneman is a professor of psychology and public affairs emeritus at the Woodrow Wilson School, the Eugene Higgins Professor of Psychology Emeritus at Princeton University, and a fellow of the Center for Rationality at the Hebrew University in Jerusalem.<br>
<br>
He is renowned for his work at the intersection of economics and psychology, particularly in the areas of judgment and decision-making, for which he won the Nobel Prize in Economic Sciences in 2002. This work paved the way for a discipline recognized today as behavioral economics, the study of how people make economic decisions, accounting for predictable human errors and biases.<br>
<br>
Professor Kahneman is also author of <i>Thinking, Fast and Slow</i>, selected as a bestseller by <i>The New York Times</i> and a 2012 winner of the National Academy of Sciences Best Book Award.<br>
<br>
Kahneman joins a network of more than two dozen world-renowned researchers and clinicians, including seven other Nobel Prize-winning scientists, who guide the direction of Elysium. For more on Kahneman's work, watch <a href="https://www.ted.com/talks/daniel_kahneman_the_riddle_of_experience_vs_memory?utm_source=Elysium+Health+Newsletter&utm_campaign=391bc50052-EH-newsletter-feb-newsletter-issue8&utm_medium=email&utm_term=0_e2e720fda3-391bc50052-459444405" style="color: #629fe6;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;" target="_blank">this TED Talk</a> in which he explains how our "experiencing selves" and our "remembering selves" perceive happiness differently.
</td>
</tr>
<tr>
<td valign="top" align="center" style="padding-top: 6%;font-family: 'Graphik-Light', Roboto, Arial, Helvetica, sans-serif;font-size: 28px;line-height: 36px;font-weight: 300;color: #393939;letter-spacing: .5px;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;" class="Font30">
"I attended my first Scientific Advisory Board meeting a few months ago and was enormously impressed."
</td>
</tr>
</tbody></table>
</td>
</tr>
<tr>
<td align="center" style="padding-top: 5%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<table cellspacing="0" cellpadding="0" border="0" width="150" style="height: 35px;width: 150px;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<tbody><tr>
<td align="center" valign="middle" bgcolor="#ffffff" height="35" style="color: #5f9de6;border: solid 2px #5f9de6;border-radius: 3px;height: 35px;white-space: nowrap;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<a href="https://www.elysiumhealth.com/science?utm_source=Elysium+Health+Newsletter&utm_campaign=391bc50052-EH-newsletter-feb-newsletter-issue8&utm_medium=email&utm_term=0_e2e720fda3-391bc50052-459444405" style="font-family: 'PostGrotesk-Bold', Arial, Helvetica, sans-serif;font-weight: 700;text-decoration: none;font-size: 15px;letter-spacing: .5px;width: 100%;display: inline-block;vertical-align: middle;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;" target="_blank"><span style="color: #5f9de6"> MEET OUR TEAM </span></a>
</td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
</td>
</tr>
<!-- / section -->
<!-- Gary Gottlieb section -->
<tr>
<td align="center" style="padding-top: 10%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;"><img style="display: block;border: 0;padding: 0;margin: 0;-ms-interpolation-mode: bicubic;height: auto;line-height: 100%;outline: none;text-decoration: none;" src="https://gallery.mailchimp.com/777dc05ae3120de1f1d60ec86/images/b5111788-4f45-453d-b248-51f8e8f2c75c.png" width="592" height="16" class="Images_Resize" border="0" alt="">
</td>
</tr>
<tr>
<td align="center" bgcolor="#ffffff" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<tbody><tr>
<td align="center" style="padding-top: 4%;padding-left: 8%;padding-right: 8%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<tbody><tr>
<td width="60%" valign="top" align="left" style="padding-right: 10%;font-family: 'PostGrotesk-Bold', Arial, Helvetica, sans-serif;font-size: 23px;line-height: 30px;font-weight: 700;color: #000;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;" class="Font20">
Gary Gottlieb Joins Elysium's Board
</td>
<td width="40%" valign="top" align="left" style="font-family: 'Graphik-Light', Roboto, Arial, Helvetica, sans-serif;font-size: 13px;line-height: 20px;font-weight: 300;color: #393939;letter-spacing: .5px;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;" class="Font12">
</td>
</tr>
</tbody></table>
</td>
</tr>
<tr>
<td align="center" style="padding-top: 7%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;"><img style="display: block;border: 0;padding: 0;margin: 0;-ms-interpolation-mode: bicubic;height: auto;line-height: 100%;outline: none;text-decoration: none;" src="https://gallery.mailchimp.com/777dc05ae3120de1f1d60ec86/images/a097a5e9-aa92-4b60-9322-58f6cacc9817.jpg" width="440" height="440" class="Images_Resize_90" border="0" alt="">
</td>
</tr>
<tr>
<td align="center" style="padding-top: 4%;padding-bottom: 2%;padding-left: 8%;padding-right: 12%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<tbody><tr>
<td valign="top" align="left" style="font-family: 'Graphik-Light', Roboto, Arial, Helvetica, sans-serif;font-size: 13.5px;line-height: 20px;font-weight: 300;color: #393939;letter-spacing: .3px;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;" class="Font16">
<span style="font-weight:600;">This month, we extend a warm</span> welcome to the newest member of our Board of Directors, Gary L. Gottlieb, professor of psychiatry at Harvard Medical School and CEO of Partners in Health, a global non-profit organization dedicated to bringing modern medicine to the world's poorest communities. He is also a member of the National Academy of Medicine and is chair of the Board of Directors of the Federal Reserve Bank of Boston.<br>
<br>
Before joining Partners in Health, Dr. Gottlieb served as president and CEO of Partners HealthCare System, the parent of the Massachusetts General Hospital and Brigham and Women's Hospital, the largest health system in New England, and one of the nation's largest biomedical research and training enterprises. Prior to that, he was president of Boston's prestigious Brigham and Women's Hospital. Gottlieb is a geriatric psychiatrist who established the University of Pennsylvania Medical Center's first program in geriatric psychiatry and developed it into a nationally recognized research, training, and clinical program.<br>
<br>
As a member of our board, Gottlieb joins two other non-executive board members, Jim Manzi, chairman of Thermo Fisher Scientific Inc., and David Fialkow, co-founder of General Catalyst. "I hope that what I have learned from the gift of working with wonderful patients and their families, exceptional clinicians and managers, and brilliant scientists can help Elysium to more effectively translate great science into treatments that can help to improve the lives of many people, very safely and effectively," Gottlieb says.
</td>
</tr>
</tbody></table>
</td>
</tr>
<tr>
<td align="center" style="padding-top: 4%;padding-left: 8%;padding-right: 8%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<table cellpadding="0" cellspacing="0" border="0" width="80%" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<tbody><tr>
<td width="40%" valign="middle" align="right" style="padding-right: 3%;font-family: 'PostGrotesk-Bold', Arial, Helvetica, sans-serif;font-size: 15px;line-height: 18px;font-weight: 700;color: #000;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;" class="Font16">
<a href="https://www.pih.org/article/dr.-gary-gottlieb?utm_source=Elysium+Health+Newsletter&utm_campaign=391bc50052-EH-newsletter-feb-newsletter-issue8&utm_medium=email&utm_term=0_e2e720fda3-391bc50052-459444405" style="color: #000;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;" target="_blank">Learn more about</a> Gottlieb's work
</td>
<td width="60%" valign="top" align="left" style="padding-left: 3%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<a href="https://www.pih.org?utm_source=Elysium+Health+Newsletter&utm_campaign=391bc50052-EH-newsletter-feb-newsletter-issue8&utm_medium=email&utm_term=0_e2e720fda3-391bc50052-459444405" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;" target="_blank"><img style="display: block;border: 0;padding: 0;margin: 0;-ms-interpolation-mode: bicubic;height: auto;line-height: 100%;outline: none;text-decoration: none;" src="https://gallery.mailchimp.com/777dc05ae3120de1f1d60ec86/images/16e16684-2450-4996-89b7-4769a3b42046.jpg" width="236" height="74" class="Images_Resize_90" border="0" alt=""></a>
</td>
</tr>
</tbody></table>
</td>
</tr>
<tr>
<td align="center" style="padding-top: 8%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<table cellspacing="0" cellpadding="0" border="0" width="275" style="height: 35px;width: 275px;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<tbody><tr>
<td align="center" valign="middle" bgcolor="#ffffff" height="35" style="color: #5f9de6;border: solid 2px #5f9de6;border-radius: 3px;height: 35px;white-space: nowrap;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<a href="https://www.elysiumhealth.com/mission?utm_source=Elysium+Health+Newsletter&utm_campaign=391bc50052-EH-newsletter-feb-newsletter-issue8&utm_medium=email&utm_term=0_e2e720fda3-391bc50052-459444405" style="font-family: 'PostGrotesk-Bold', Arial, Helvetica, sans-serif;font-weight: 700;text-decoration: none;font-size: 15px;letter-spacing: .5px;width: 100%;display: inline-block;vertical-align: middle;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;" target="_blank"><span style="color: #5f9de6"> READ ABOUT ELYSIUM'S MISSION </span></a>
</td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
</td>
</tr>
<!-- / section -->
<!-- Quartz section -->
<tr>
<td align="center" style="padding-top: 10%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;"><img style="display: block;border: 0;padding: 0;margin: 0;-ms-interpolation-mode: bicubic;height: auto;line-height: 100%;outline: none;text-decoration: none;" src="https://gallery.mailchimp.com/777dc05ae3120de1f1d60ec86/images/b5111788-4f45-453d-b248-51f8e8f2c75c.png" width="592" height="16" class="Images_Resize" border="0" alt="">
</td>
</tr>
<tr>
<td align="center" bgcolor="#ffffff" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<tbody><tr>
<td align="center" style="padding-top: 4%;padding-left: 8%;padding-right: 8%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<tbody><tr>
<td width="58%" valign="top" align="left" style="padding-right: 10%;font-family: 'PostGrotesk-Bold', Arial, Helvetica, sans-serif;font-size: 23px;line-height: 30px;font-weight: 700;color: #000;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;" class="Font20">
<i> TIME </i> Magazine Profiles NAD+ and Elysium
</td>
<td rowspan="2" width="42%" valign="top" align="left" style="padding-left: 8%;font-family: 'Graphik-Light', Roboto, Arial, Helvetica, sans-serif;font-size: 13px;line-height: 20px;font-weight: 300;color: #393939;letter-spacing: .5px;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;" class="Font12">
</td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
</td>
</tr>
<tr>
<td align="center" style="padding-top: 7%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<a href="http://time.com/5159879/is-an-anti-aging-pill-on-the-horizon/?utm_source=Elysium+Health+Newsletter&utm_campaign=391bc50052-EH-newsletter-feb-newsletter-issue8&utm_medium=email&utm_term=0_e2e720fda3-391bc50052-459444405" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;" target="_blank"><img style="display: block;border: 0;padding: 0;margin: 0;-ms-interpolation-mode: bicubic;height: auto;line-height: 100%;outline: none;text-decoration: none;" src="https://gallery.mailchimp.com/777dc05ae3120de1f1d60ec86/images/bffc3ba5-57ca-43e1-ad87-37a3ced24ea9.jpg" width="592" height="395" class="Images_Resize_90" border="0" alt=""></a>
</td>
</tr>
<tr>
<td align="center" bgcolor="#ffffff" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<tbody><tr>
<td align="center" style="padding-top: 6%;padding-bottom: 2%;padding-left: 8%;padding-right: 8%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<tbody><tr>
<td valign="top" align="left" style="font-family: 'Graphik-Light', Roboto, Arial, Helvetica, sans-serif;font-size: 13.5px;line-height: 20px;font-weight: 300;color: #393939;letter-spacing: .5px;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;" class="Font16">
<span style="font-weight:600;">
<i> TIME </i>magazine reports on Elysium and the science of NAD+</span> in its new longevity issue. Scientists have yet to find a real longevity elixir, the author writes, but a “group of researchers believe they’re getting closer, however, thanks to a compound called nicotinamide adenine dinucleotide, or NAD+ for short.” The story includes interviews with Elysium's chief scientist, Leonard Guarente, and Scientific Advisory Board member, Sir Richard Roberts.
</td>
</tr>
<tr>
<td valign="top" align="center" style="padding-top: 6%;padding-left: 10%;padding-right: 10%;font-family: 'Graphik-Light', Roboto, Arial, Helvetica, sans-serif;font-size: 28px;line-height: 36px;font-weight: 300;color: #393939;letter-spacing: .5px;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;" class="Font30">
"Leonard Guarente, Elysium’s chief scientist and co-founder–who also directs the Glenn Center for Biology of Aging Research at MIT–says Basis is not intended to extend people’s life spans, but to help them stay healthier for longer."
</td>
</tr>
</tbody></table>
</td>
</tr>
<tr>
<td align="center" style="padding-top: 5%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<table cellspacing="0" cellpadding="0" border="0" width="194" style="height: 35px;width: 194px;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<tbody><tr>
<td align="center" valign="middle" bgcolor="#ffffff" height="35" style="color: #5f9de6;border: solid 2px #5f9de6;border-radius: 3px;height: 35px;white-space: nowrap;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<a href="http://time.com/5159879/is-an-anti-aging-pill-on-the-horizon/?utm_source=Elysium+Health+Newsletter&utm_campaign=391bc50052-EH-newsletter-feb-newsletter-issue8&utm_medium=email&utm_term=0_e2e720fda3-391bc50052-459444405" style="font-family: 'PostGrotesk-Bold', Arial, Helvetica, sans-serif;font-weight: 700;text-decoration: none;font-size: 15px;letter-spacing: .5px;width: 100%;display: inline-block;vertical-align: middle;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;" target="_blank"><span style="color: #5f9de6"> READ THE FULL STORY </span></a>
</td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
</td>
</tr>
<!-- / section -->
<!-- Endpoints section -->
<tr>
<td align="center" style="padding-top: 10%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;"><img style="display: block;border: 0;padding: 0;margin: 0;-ms-interpolation-mode: bicubic;height: auto;line-height: 100%;outline: none;text-decoration: none;" src="https://gallery.mailchimp.com/777dc05ae3120de1f1d60ec86/images/b5111788-4f45-453d-b248-51f8e8f2c75c.png" width="592" height="16" class="Images_Resize" border="0" alt="">
</td>
</tr>
<tr>
<td align="center" bgcolor="#ffffff" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<tbody><tr>
<td align="center" style="padding-top: 3%;padding-left: 8%;padding-right: 8%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<tbody><tr>
<td width="65%" valign="bottom" align="left" style="padding-right: 1%;font-family: 'PostGrotesk-Bold', Arial, Helvetica, sans-serif;font-size: 23px;line-height: 30px;font-weight: 700;color: #000;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;" class="Font20">
Books to Read This Winter, Animals That Defy “Normal” Aging, and More
</td>
<td width="35%" valign="top" align="right" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<a href="https://endpoints.elysiumhealth.com?utm_source=Elysium+Health+Newsletter&utm_campaign=391bc50052-EH-newsletter-feb-newsletter-issue8&utm_medium=email&utm_term=0_e2e720fda3-391bc50052-459444405" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;" target="_blank"> <img style="display: block;border: 0;padding: 0;margin: 0;-ms-interpolation-mode: bicubic;height: auto;line-height: 100%;outline: none;text-decoration: none;" src="https://gallery.mailchimp.com/777dc05ae3120de1f1d60ec86/images/fe1c61d0-a8da-41f8-9c05-fcf07489d655.png" width="180" height="67" class="Images_Resize_90" border="0" alt=""></a>
</td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
</td>
</tr>
<tr>
<td align="center" style="padding-top: 7%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;"><img style="display: block;border: 0;padding: 0;margin: 0;-ms-interpolation-mode: bicubic;height: auto;line-height: 100%;outline: none;text-decoration: none;" src="https://gallery.mailchimp.com/777dc05ae3120de1f1d60ec86/images/280c06ab-83ce-4d33-88f3-e12a5cdb5f51.jpg" width="592" height="321" class="Images_Resize_90" border="0" alt="">
</td>
</tr>
<tr>
<td align="center" bgcolor="#ffffff" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<tbody><tr>
<td align="center" style="padding-top: 6%;padding-bottom: 2%;padding-left: 8%;padding-right: 8%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<tbody><tr>
<td valign="top" align="left" style="font-family: 'Graphik-Light', Roboto, Arial, Helvetica, sans-serif;font-size: 13.5px;line-height: 20px;font-weight: 300;color: #393939;letter-spacing: .5px;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;" class="Font16">
<span style="font-weight:600;">Looking for the</span> best in science writing, or a way to contribute to science without having to step foot in a lab? Read these new stories on <i>Endpoints</i>, Elysium's science journal:
</td>
</tr>
</tbody></table>
</td>
</tr>
<tr>
<td align="center" style="padding-top: 6%;padding-bottom: 3%;padding-left: 8%;padding-right: 8%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<tbody><tr>
<td width="50%" valign="top" style="padding-right: 3%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<tbody><tr>
<td valign="middle" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<a href="https://endpoints.elysiumhealth.com/citizen-science-253260d1416e?utm_source=Elysium+Health+Newsletter&utm_campaign=391bc50052-EH-newsletter-feb-newsletter-issue8&utm_medium=email&utm_term=0_e2e720fda3-391bc50052-459444405" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;" target="_blank"><img style="display: block;border: 0;padding: 0;margin: 0;-ms-interpolation-mode: bicubic;height: auto;line-height: 100%;outline: none;text-decoration: none;" src="https://gallery.mailchimp.com/777dc05ae3120de1f1d60ec86/images/06a93245-b87f-4eb1-84f5-b46825e66e57.jpg" width="272" height="272" class="Images_Resize_90" border="0" alt=""></a>
</td>
</tr>
<tr>
<td valign="top" width="50%" align="left" style="padding-top: 7%;font-family: 'Graphik-Light', Roboto, Arial, Helvetica, sans-serif;font-size: 16px;line-height: 20px;font-weight: 600;color: #000;letter-spacing: .3px;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;" class="Font16">
<a href="https://endpoints.elysiumhealth.com/citizen-science-253260d1416e?utm_source=Elysium+Health+Newsletter&utm_campaign=391bc50052-EH-newsletter-feb-newsletter-issue8&utm_medium=email&utm_term=0_e2e720fda3-391bc50052-459444405" style="text-decoration: none;color: #000;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;" target="_blank">The Non-Scientist's Guide to Contributing to Science<br>
<br></a>
</td>
</tr>
<tr>
<td valign="top" width="50%" align="left" style="padding-top: 8%;padding-right: 7%;font-family: 'Graphik-Light', Roboto, Arial, Helvetica, sans-serif;font-size: 13.5px;line-height: 20px;font-weight: 300;color: #000;letter-spacing: .3px;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;" class="Font14">
"Citizen science" offers everyone an opportunity to contribute — and technology has made it easier than ever.</td>
</tr>
</tbody></table>
</td>
<td width="50%" valign="top" align="right" style="padding-left: 3%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<tbody><tr>
<td valign="middle" align="left" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<a href="https://endpoints.elysiumhealth.com/science-of-long-lived-animals-206f61e1c5b4?utm_source=Elysium+Health+Newsletter&utm_campaign=391bc50052-EH-newsletter-feb-newsletter-issue8&utm_medium=email&utm_term=0_e2e720fda3-391bc50052-459444405" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;" target="_blank"><img style="display: block;border: 0;padding: 0;margin: 0;-ms-interpolation-mode: bicubic;height: auto;line-height: 100%;outline: none;text-decoration: none;" src="https://gallery.mailchimp.com/777dc05ae3120de1f1d60ec86/images/a04bc64a-a889-4211-a0c0-5f28774c051d.jpg" width="272" height="272" class="Images_Resize_90" border="0" alt=""></a>
</td>
</tr>
<tr>
<td valign="top" width="50%" align="left" style="padding-top: 7%;font-family: 'Graphik-Light', Roboto, Arial, Helvetica, sans-serif;font-size: 16px;line-height: 20px;font-weight: 600;color: #000;letter-spacing: .3px;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;" class="Font16">
<a href="https://endpoints.elysiumhealth.com/science-of-long-lived-animals-206f61e1c5b4?utm_source=Elysium+Health+Newsletter&utm_campaign=391bc50052-EH-newsletter-feb-newsletter-issue8&utm_medium=email&utm_term=0_e2e720fda3-391bc50052-459444405" style="text-decoration: none;color: #000;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;" target="_blank">What Can Scientists Learn from Animals That Defy "Normal" Aging?</a>
</td>
</tr>
<tr>
<td valign="top" width="50%" align="left" style="padding-top: 8%;padding-right: 7%;font-family: 'Graphik-Light', Roboto, Arial, Helvetica, sans-serif;font-size: 13.5px;line-height: 20px;font-weight: 300;color: #000;letter-spacing: .3px;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;" class="Font14">
The naked mole rat, bowhead whale, and other animals age better than similar species. We spoke with scientists Steven Austad and Vera Gorbunova to find out why .</td>
</tr>
</tbody></table>
</td>
</tr>
<tr>
<td style="padding-top: 10%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;"> </td>
</tr>
<tr>
<td width="50%" valign="top" style="padding-right: 3%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<tbody><tr>
<td valign="middle" width="50%" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<a href="https://endpoints.elysiumhealth.com/best-science-books-winter-2018-394ef59ab17?utm_source=Elysium+Health+Newsletter&utm_campaign=391bc50052-EH-newsletter-feb-newsletter-issue8&utm_medium=email&utm_term=0_e2e720fda3-391bc50052-459444405" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;" target="_blank"><img style="display: block;border: 0;padding: 0;margin: 0;-ms-interpolation-mode: bicubic;height: auto;line-height: 100%;outline: none;text-decoration: none;" src="https://gallery.mailchimp.com/777dc05ae3120de1f1d60ec86/images/dccbb14b-2520-4f8e-8e4a-fa864d87e50e.jpg" width="272" height="272" class="Images_Resize_90" border="0" alt=""></a>
</td>
</tr>
<tr>
<td valign="top" width="50%" align="left" style="padding-top: 7%;padding-right: 10%;font-family: 'Graphik-Light', Roboto, Arial, Helvetica, sans-serif;font-size: 16px;line-height: 20px;font-weight: 600;color: #000;letter-spacing: .3px;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;" class="Font16">
<a href="https://endpoints.elysiumhealth.com/best-science-books-winter-2018-394ef59ab17?utm_source=Elysium+Health+Newsletter&utm_campaign=391bc50052-EH-newsletter-feb-newsletter-issue8&utm_medium=email&utm_term=0_e2e720fda3-391bc50052-459444405" style="text-decoration: none;color: #000;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;" target="_blank">10 Essential Books That Explore Genomics, Microbes, Psychology, Evolution, and the Human Brain</a>
</td>
</tr>
<tr>
<td valign="top" width="50%" align="left" style="padding-top: 8%;padding-right: 7%;font-family: 'Graphik-Light', Roboto, Arial, Helvetica, sans-serif;font-size: 13.5px;line-height: 20px;font-weight: 300;color: #000;letter-spacing: .3px;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;" class="Font14">
Trust in these first-rate authors to widen your horizon of humankind, the world, and the universe beyond.</td>
</tr>
</tbody></table>
</td>
<td width="50%" valign="top" align="right" style="padding-left: 3%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<tbody><tr>
<td valign="middle" width="50%" align="left" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<a href="https://endpoints.elysiumhealth.com/the-dunedin-study-e8d370ae630c?utm_source=Elysium+Health+Newsletter&utm_campaign=391bc50052-EH-newsletter-feb-newsletter-issue8&utm_medium=email&utm_term=0_e2e720fda3-391bc50052-459444405" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;" target="_blank"><img style="display: block;border: 0;padding: 0;margin: 0;-ms-interpolation-mode: bicubic;height: auto;line-height: 100%;outline: none;text-decoration: none;" src="https://gallery.mailchimp.com/777dc05ae3120de1f1d60ec86/images/7dcb5cf0-dd42-42d9-b266-b0e416d3bf9d.jpg" width="272" height="272" class="Images_Resize_90" border="0" alt=""></a>
</td>
</tr>
<tr>
<td valign="top" width="50%" align="left" style="padding-top: 7%;font-family: 'Graphik-Light', Roboto, Arial, Helvetica, sans-serif;font-size: 16px;line-height: 20px;font-weight: 600;color: #000;letter-spacing: .3px;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;" class="Font16">
<a href="https://endpoints.elysiumhealth.com/the-dunedin-study-e8d370ae630c?utm_source=Elysium+Health+Newsletter&utm_campaign=391bc50052-EH-newsletter-feb-newsletter-issue8&utm_medium=email&utm_term=0_e2e720fda3-391bc50052-459444405" style="text-decoration: none;color: #000;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;" target="_blank">A New Zealand City the Size of Berkeley, CA, Has Been Studying Aging for 45 Years. Here's What They Discovered</a>
</td>
</tr>
<tr>
<td valign="top" width="50%" align="left" style="padding-top: 8%;padding-right: 7%;font-family: 'Graphik-Light', Roboto, Arial, Helvetica, sans-serif;font-size: 13.5px;line-height: 20px;font-weight: 300;color: #000;letter-spacing: .3px;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;" class="Font14">
The Dunedin Study, which began as a study of childhood development, has become one of humanity's richest treasure troves of data on what makes us who we are.</td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
</td>
</tr>
<tr>
<td align="center" style="padding-top: 5%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<table cellspacing="0" cellpadding="0" border="0" width="230" style="height: 35px;width: 230px;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<tbody><tr>
<td align="center" valign="middle" bgcolor="#ffffff" height="35" style="color: #5f9de6;border: solid 2px #5f9de6;border-radius: 3px;height: 35px;white-space: nowrap;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<a href="https://endpoints.elysiumhealth.com/?utm_source=Elysium+Health+Newsletter&utm_campaign=391bc50052-EH-newsletter-feb-newsletter-issue8&utm_medium=email&utm_term=0_e2e720fda3-391bc50052-459444405" style="font-family: 'PostGrotesk-Bold', Arial, Helvetica, sans-serif;font-weight: 700;text-decoration: none;font-size: 15px;letter-spacing: .5px;width: 100%;display: inline-block;vertical-align: middle;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;" target="_blank"><span style="color: #5f9de6"> READ MORE ON ENDPOINTS </span></a>
</td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
</td>
</tr>
<!-- / section -->
<!-- BasisForLife section -->
<tr>
<td align="center" style="padding-top: 10%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;"><img style="display: block;border: 0;padding: 0;margin: 0;-ms-interpolation-mode: bicubic;height: auto;line-height: 100%;outline: none;text-decoration: none;" src="https://gallery.mailchimp.com/777dc05ae3120de1f1d60ec86/images/b5111788-4f45-453d-b248-51f8e8f2c75c.png" width="592" height="16" class="Images_Resize" border="0" alt="">
</td>
</tr>
<tr>
<td align="center" bgcolor="#ffffff" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<tbody><tr>
<td align="center" style="padding-top: 4%;padding-left: 8%;padding-right: 8%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<tbody><tr>
<td valign="top" align="left" style="font-family: 'PostGrotesk-Bold', Arial, Helvetica, sans-serif;font-size: 28px;font-weight: 700;color: #000;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;" class="Font30">
Where Do Your Keep Your Basis?
</td>
</tr>
</tbody></table>
</td>
</tr>
<tr>
<td align="center" style="padding-top: 6%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;"><img style="display: block;border: 0;padding: 0;margin: 0;-ms-interpolation-mode: bicubic;height: auto;line-height: 100%;outline: none;text-decoration: none;" src="https://gallery.mailchimp.com/777dc05ae3120de1f1d60ec86/images/67a5f327-aab2-49f3-aa5c-38691d474896.jpg" width="592" height="307" class="Images_Resize_90" border="0" alt="">
</td>
</tr>
<tr>
<td align="center" style="padding-top: 3%;padding-left: 8%;padding-right: 10%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<tbody><tr>
<td valign="top" align="left" style="padding-top: 3%;font-family: 'Graphik-Light', Roboto, Arial, Helvetica, sans-serif;font-size: 13.5px;line-height: 20px;font-weight: 300;color: #393939;letter-spacing: .5px;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;" class="Font16">
<span style="font-weight:600;">Our customers come from all walks of life — 10 percent are doctors, others are scientists, artists, and entrepreneurs — but they all make Basis a part of their daily routine.</span> Whether it's on your kitchen counter, in your workspace, or with your gym gear, we'd love to see where Basis fits into your life. For a chance to be featured here and on social, just snap a photo and post it. Here’s how:
</td>
</tr>
</tbody></table>
</td>
</tr>
<tr>
<td align="center" style="padding-top: 7%;padding-left: 20%;padding-right: 20%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<tbody><tr>
<td valign="top" align="center" style="font-family: 'PostGrotesk-Bold', Arial, Helvetica, sans-serif;font-size: 28px;font-weight: 700;color: #000;letter-spacing: 1px;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;" class="Font30">
<u>For a chance to be featured</u>
</td>
</tr>
<tr>
<td valign="top" align="center" style="padding-top: 3%;font-family: 'Graphik-Light', Roboto, Arial, Helvetica, sans-serif;font-size: 16px;line-height: 22px;font-weight: 300;color: #393939;letter-spacing: .5px;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;" class="Font16">
Upload a photo on Instagram or Twitter that shows your bottle of Basis.
</td>
</tr>
<tr>
<td valign="top" align="center" style="padding-top: 3%;font-family: 'Graphik-Light', Roboto, Arial, Helvetica, sans-serif;font-size: 16px;line-height: 22px;font-weight: 300;color: #393939;letter-spacing: .5px;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;" class="Font16">
Tag your photo <span style="font-weight:600;">#BasisForLife</span> and <a href="https://www.instagram.com/elysium_health/?utm_source=Elysium+Health+Newsletter&utm_campaign=391bc50052-EH-newsletter-feb-newsletter-issue8&utm_medium=email&utm_term=0_e2e720fda3-391bc50052-459444405" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;" target="_blank"> @Elysium_Health </a>on Instagram or <a href="https://twitter.com/elysiumhq?utm_campaign=391bc50052-EH-newsletter-feb-newsletter-issue8&utm_medium=email&utm_source=Elysium+Health+Newsletter&utm_term=0_e2e720fda3-391bc50052-459444405" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;" target="_blank"> @ElysiumHQ </a>on Twitter.
</td>
</tr>
</tbody></table>
</td>
</tr>
<tr>
<td align="center" style="padding-top: 3%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<table cellpadding="0" cellspacing="0" border="0" width="20%" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<tbody><tr>
<td align="center" style="padding-right: 10%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<a href="https://twitter.com/elysiumhq?utm_campaign=391bc50052-EH-newsletter-feb-newsletter-issue8&utm_medium=email&utm_source=Elysium+Health+Newsletter&utm_term=0_e2e720fda3-391bc50052-459444405" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;" target="_blank"><img style="display: block;border: 0;padding: 0;margin: 0;-ms-interpolation-mode: bicubic;height: auto;line-height: 100%;outline: none;text-decoration: none;" src="https://gallery.mailchimp.com/777dc05ae3120de1f1d60ec86/images/0f9df1b3-8409-4545-bf19-e51a89bf3add.png" width="52" height="52" class="Images_Resize_90" border="0" alt=""></a>
</td>
<td align="center" style="padding-left: 10%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<a href="https://www.instagram.com/elysium_health/?utm_source=Elysium+Health+Newsletter&utm_campaign=391bc50052-EH-newsletter-feb-newsletter-issue8&utm_medium=email&utm_term=0_e2e720fda3-391bc50052-459444405" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;" target="_blank"><img style="display: block;border: 0;padding: 0;margin: 0;-ms-interpolation-mode: bicubic;height: auto;line-height: 100%;outline: none;text-decoration: none;" src="https://gallery.mailchimp.com/777dc05ae3120de1f1d60ec86/images/9f3d14fb-e209-46b7-86ba-ace57bc4c4a4.png" width="52" height="52" class="Images_Resize_90" border="0" alt=""></a>
</td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
</td>
</tr>
<!-- / section -->
<!-- Join the Referral Program section -->
<tr>
<td align="center" bgcolor="#ffffff" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<tbody><tr>
<td align="center" style="padding-top: 10%;padding-left: 8%;padding-right: 8%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;" class="PaddingLR0">
<table cellpadding="0" cellspacing="0" border="0" width="100%" background="https://gallery.mailchimp.com/777dc05ae3120de1f1d60ec86/images/6c732a02-bd7d-4c64-a88c-6fef9c926e34.jpg" style="background-image: url('https://gallery.mailchimp.com/777dc05ae3120de1f1d60ec86/images/6c732a02-bd7d-4c64-a88c-6fef9c926e34.jpg');background-size: 100%;background-repeat: no-repeat;background-color: #fff;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<tbody><tr>
<td valign="top" align="left" style="padding-left: 6%;padding-top: 4%;padding-right: 46%;font-family: 'Graphik-Light', Roboto, Arial, Helvetica, sans-serif;font-size: 28px;line-height: 36px;font-weight: 600;letter-spacing: 1px;color: #fff;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;" class="Font20">
The One Daily Supplement Your Cells Need
</td>
</tr>
<tr>
<td valign="top" align="left" style="padding-left: 6%;padding-top: 2%;padding-right: 40%;font-family: 'Graphik-Light', Roboto, Arial, Helvetica, sans-serif;font-size: 12px;line-height: 20px;font-weight: 300;color: #fff;letter-spacing: .5px;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;" class="Font12 PaddingR50">
<span style="font-weight:600;">Living better means</span> being proactive in taking care of yourself now. Science makes better possible. Through Basis, you can start taking care of your health by supporting your cells.
</td>
</tr>
<tr>
<td valign="top" align="left" style="padding-left: 6%;padding-top: 7%;padding-right: 40%;font-family: 'Graphik-Light', Roboto, Arial, Helvetica, sans-serif;font-size: 13px;font-weight: 600;color: #fff;letter-spacing: .5px;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;" class="Font12 PaddingR50">
<a href="https://www.elysiumhealth.com/product-plan?utm_source=Elysium+Health+Newsletter&utm_campaign=391bc50052-EH-newsletter-feb-newsletter-issue8&utm_medium=email&utm_term=0_e2e720fda3-391bc50052-459444405" style="color: #5a9ae4;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;" target="_blank">Plans start at $1.32 per day.</a>
</td>
</tr>
<tr>
<td align="left" style="padding-left: 6%;padding-top: 5%;padding-bottom: 15%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<table cellspacing="0" cellpadding="0" border="0" width="145" style="height: 40px;width: 145px;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<tbody><tr>
<td align="center" valign="middle" bgcolor="#4990e2" height="40" style="color: #ffffff;border-radius: 3px;height: 40px;white-space: nowrap;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<a href="https://www.elysiumhealth.com/product-plan?utm_source=Elysium+Health+Newsletter&utm_campaign=391bc50052-EH-newsletter-feb-newsletter-issue8&utm_medium=email&utm_term=0_e2e720fda3-391bc50052-459444405" style="font-family: 'PostGrotesk-Bold', Arial, Helvetica, sans-serif;font-weight: 700;text-decoration: none;font-size: 13px;letter-spacing: .5px;width: 100%;display: inline-block;vertical-align: middle;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;" target="_blank"><span style="color: #ffffff"> BUY BASIS NOW </span></a>
</td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
</td>
</tr>
<!-- / section -->
</tbody></table>
</td>
</tr>
</tbody></table>
</td>
</tr>
<!--FOOTER-->
<tr>
<td align="center" bgcolor="#000000" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<table border="0" cellpadding="0" cellspacing="0" align="center" bgcolor="#000000" class="Width_100percent" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<tbody><tr>
<td valign="top" style="padding-top: 7%;padding-left: 14%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;" class="PaddingLR">
<a href="https://www.elysiumhealth.com/?utm_campaign=391bc50052-EH-newsletter-feb-newsletter-issue8&utm_content=newsletter-file&utm_medium=email&utm_source=Elysium+Health+Newsletter&utm_term=0_e2e720fda3-391bc50052-459444405" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;" target="_blank"><img style="display: block;border: 0;padding: 0;margin: 0;-ms-interpolation-mode: bicubic;height: auto;line-height: 100%;outline: none;text-decoration: none;" src="https://gallery.mailchimp.com/777dc05ae3120de1f1d60ec86/images/29e4f70a-7ca1-4b92-9f78-cb3dc7648603.png" width="24" height="41" border="0" alt="Elysium"></a>
</td>
<td align="right" style="padding-top: 7%;padding-right: 14%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;" class="Font12 PaddingLR">
<p style="margin: 1em 0;font-family: 'GothamRounded Light', Roboto, Arial, Helvetica, sans-serif;font-size: 11px;font-weight: 300;line-height: 18px;color: #707070;" class="Font12">© 2017 Elysium Health Inc., P.O. Box 923, New York, NY 10013
<br>
Contact us: <a href="tel:888-220-6436" style="color: #707070;text-decoration: none;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;" target="_blank"><span style="color:#707070;">(888) 220-6436</span></a> or <a href="mailto:care@elysiumhealth.com" style="font-family: 'Graphik-Light', Roboto, Arial, Helvetica, sans-serif;font-size: 11px;font-weight: 300;color: #707070;text-decoration: underline;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;" target="_blank"><span style="color:#707070;">care@elysiumhealth.com</span></a>
<br><a href="#" style="font-family: 'Graphik-Light', Roboto, Arial, Helvetica, sans-serif;font-size: 11px;font-weight: 300;color: #707070;text-decoration: none;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;" target="_blank">Unsubscribe</a>
</p>
</td>
</tr>
<tr>
<td colspan="2" align="left" style="padding-top: 4%;padding-left: 14%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;" class="PaddingLR">
<table border="0" cellpadding="0" cellspacing="0" align="left" class="Width_100percent" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<tbody><tr>
<td align="left" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<a href="http://www.facebook.com/elysiumhealth/?utm_source=Elysium+Health+Newsletter&utm_campaign=391bc50052-EH-newsletter-feb-newsletter-issue8&utm_medium=email&utm_term=0_e2e720fda3-391bc50052-459444405" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;" target="_blank"><img style="display: block;border: 0;padding: 0;margin: 0;-ms-interpolation-mode: bicubic;height: auto;line-height: 100%;outline: none;text-decoration: none;" src="https://gallery.mailchimp.com/777dc05ae3120de1f1d60ec86/images/16d75023-0eed-4871-b21e-9488a057d298.png" width="52" height="32" class="Images_Resize" border="0" alt="twitter"></a>
</td>
<td align="left" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<a href="https://www.linkedin.com/m/company/9241467?utm_source=Elysium+Health+Newsletter&utm_campaign=391bc50052-EH-newsletter-feb-newsletter-issue8&utm_medium=email&utm_term=0_e2e720fda3-391bc50052-459444405" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;" target="_blank"><img style="display: block;border: 0;padding: 0;margin: 0;-ms-interpolation-mode: bicubic;height: auto;line-height: 100%;outline: none;text-decoration: none;" src="https://gallery.mailchimp.com/777dc05ae3120de1f1d60ec86/images/5817c42e-7a69-4316-beaa-c1233572acea.png" width="70" height="32" class="Images_Resize" border="0" alt="pinterest"></a>
</td>
<td align="left" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<a href="https://endpoints.elysiumhealth.com/?utm_campaign=391bc50052-EH-newsletter-feb-newsletter-issue8&utm_medium=email&utm_source=Elysium%20Health%20Newsletter&utm_term=0_e2e720fda3-391bc50052-459444405" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;" target="_blank"><img style="display: block;border: 0;padding: 0;margin: 0;-ms-interpolation-mode: bicubic;height: auto;line-height: 100%;outline: none;text-decoration: none;" src="https://gallery.mailchimp.com/777dc05ae3120de1f1d60ec86/images/8630f73c-d7c3-4d53-b893-5343dcf16c0d.png" width="70" height="32" class="Images_Resize" border="0" alt="instagram"></a>
</td>
<td align="left" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<a href="https://twitter.com/elysiumhq?utm_campaign=391bc50052-EH-newsletter-feb-newsletter-issue8&utm_medium=email&utm_source=Elysium+Health+Newsletter&utm_term=0_e2e720fda3-391bc50052-459444405" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;" target="_blank"><img style="display: block;border: 0;padding: 0;margin: 0;-ms-interpolation-mode: bicubic;height: auto;line-height: 100%;outline: none;text-decoration: none;" src="https://gallery.mailchimp.com/777dc05ae3120de1f1d60ec86/images/40a738a0-e63b-4189-a107-b3762bb4a6d8.png" width="70" height="32" class="Images_Resize" border="0" alt="facebook"></a>
</td>
<td align="left" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;">
<a href="https://www.youtube.com/channel/UC4rxyPtbdsPcywIS_aEnayA?utm_source=Elysium+Health+Newsletter&utm_campaign=391bc50052-EH-newsletter-feb-newsletter-issue8&utm_medium=email&utm_term=0_e2e720fda3-391bc50052-459444405" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;" target="_blank"><img style="display: block;border: 0;padding: 0;margin: 0;-ms-interpolation-mode: bicubic;height: auto;line-height: 100%;outline: none;text-decoration: none;" src="https://gallery.mailchimp.com/777dc05ae3120de1f1d60ec86/images/0d413ef2-c2a1-4a62-b5f7-af14151e9477.png" width="50" height="32" class="Images_Resize" border="0" alt="Download on the App Store"></a>
</td>
</tr>
</tbody></table>
</td>
</tr>
<tr>
<td colspan="2" align="left" style="padding-top: 4%;padding-left: 14%;padding-right: 14%;padding-bottom: 9%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0;mso-table-rspace: 0;" class="Font12 PaddingLR">
<p style="margin: 1em 0;font-family: 'GothamRounded Light', Roboto, Arial, Helvetica, sans-serif;font-size: 11px;font-weight: 300;line-height: 18px;color: #707070;" class="Font12"> These statements have not been evaluated by the Food and Drug Administration. This
product is not intended to diagnose, treat, cure or prevent any disease, and is intended for
healthy adults, 18 years of age or older. Do not take this product if you are pregnant or nursing.
</p>
</td>
</tr>
</tbody></table>
</td>
</tr>
<!--/FOOTER-->
</tbody></table>
</td>
</tr>
</tbody></table>
</body>
Also see: Tab Triggers