<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:v="urn:schemas-microsoft-com:vml">
<head><meta charset="utf-8"><!-- utf-8 works for most cases --><meta name="viewport" content="width=device-width"><!-- Forcing initial-scale shouldn't be necessary --><meta http-equiv="X-UA-Compatible" content="IE=edge"><!-- Use the latest (edge) version of IE rendering engine --><meta name="x-apple-disable-message-reformatting"><!-- Disable auto-scale in iOS 10 Mail entirely --><meta name="format-detection" content="telephone=no,address=no,email=no,date=no,url=no"><!-- Tell iOS not to automatically link certain text strings. --><meta name="color-scheme" content="light"><meta name="supported-color-schemes" content="light">
<title>Reasons to buy tangible Art as a store of value</title>
<!-- The title tag shows in email notifications, like Android 4.4. -->
<link href="https://fonts.googleapis.com" rel="preconnect" />
<link crossorigin="" href="http://spectrasoundlab.com/mw/index.php/campaigns/ok9797nsaq6b2/track-url/jb603jpv85ca3/25665e47a8a32a356aaf2bf0b6d92445f26e8f1d" rel="preconnect" />
<link href="https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Red+Hat+Display:wght@500;700&display=swap" rel="stylesheet" /><!-- What it does: Makes background images in 72ppi Outlook render at correct size. --><!--[if gte mso 9]>
<xml>
<o:OfficeDocumentSettings>
<o:AllowPNG/>
<o:PixelsPerInch>96</o:PixelsPerInch>
</o:OfficeDocumentSettings>
</xml>
<![endif]--><!-- Web Font / @font-face : BEGIN --><!-- NOTE: If web fonts are not required, lines 23 - 41 can be safely removed. --><!-- Desktop Outlook chokes on web font references and defaults to Times New Roman, so we force a safe fallback font. --><!--[if mso]>
<style>
* {
font-family: 'Red Hat Display', sans-serif !important;
}
</style>
<![endif]--><!-- All other clients get the webfont reference; some will render the font and others will silently fail to the fallbacks. More on that here: https://web.archive.org/web/20190717120616/http://stylecampaign.com/blog/2015/02/webfont-support-in-email/ --><!--[if !mso]><!--><!-- insert web font reference, eg: <link href="https://fonts.googleapis.com/css?family=Roboto:400,700" rel='stylesheet' type='text/css'> --><!--<![endif]--><!-- Web Font / @font-face : END --><!-- CSS Reset : BEGIN -->
<style type="text/css">/* What it does: Tells the email client that only light styles are provided but the client can transform them to dark. A duplicate of meta color-scheme meta tag above. */
:root {
color-scheme: light;
supported-color-schemes: light;
}
/* What it does: Remove spaces around the email design added by some email clients. */
/* Beware: It can remove the padding / margin and add a background color to the compose a reply window. */
html,
body {
margin: 0 auto !important;
padding: 0 !important;
height: 100% !important;
width: 100% !important;
}
/* What it does: Stops email clients resizing small text. */
* {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
/* What it does: Centers email on Android 4.4 */
div[style*="margin: 16px 0"] {
margin: 0 !important;
}
/* What it does: forces Samsung Android mail clients to use the entire viewport */
#MessageViewBody, #MessageWebViewDiv{
width: 100% !important;
}
/* What it does: Stops Outlook from adding extra spacing to tables. */
table,
td {
mso-table-lspace: 0pt !important;
mso-table-rspace: 0pt !important;
}
/* What it does: Fixes webkit padding issue. */
table {
border-spacing: 0 !important;
border-collapse: collapse !important;
table-layout: fixed !important;
margin: 0 auto !important;
}
/* What it does: Uses a better rendering method when resizing images in IE. */
img {
-ms-interpolation-mode:bicubic;
}
/* What it does: Prevents Windows 10 Mail from underlining links despite inline CSS. Styles for underlined links should be inline. */
a {
text-decoration: none;
}
/* What it does: A work-around for email clients meddling in triggered links. */
a[x-apple-data-detectors], /* iOS */
.unstyle-auto-detected-links a,
.aBn {
border-bottom: 0 !important;
cursor: default !important;
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
/* What it does: Prevents Gmail from changing the text color in conversation threads. */
.im {
color: inherit !important;
}
/* What it does: Prevents Gmail from displaying a download button on large, non-linked images. */
.a6S {
display: none !important;
opacity: 0.01 !important;
}
/* If the above doesn't work, add a .g-img class to any image in question. */
img.g-img + div {
display: none !important;
}
/* What it does: Removes right gutter in Gmail iOS app: https://github.com/TedGoas/Cerberus/issues/89 */
/* Create one of these media queries for each additional viewport size you'd like to fix */
/* iPhone 4, 4S, 5, 5S, 5C, and 5SE */
@media only screen and (min-device-width: 320px) and (max-device-width: 374px) {
u ~ div .email-container {
min-width: 320px !important;
}
}
/* iPhone 6, 6S, 7, 8, and X */
@media only screen and (min-device-width: 375px) and (max-device-width: 413px) {
u ~ div .email-container {
min-width: 375px !important;
}
}
/* iPhone 6+, 7+, and 8+ */
@media only screen and (min-device-width: 414px) {
u ~ div .email-container {
min-width: 414px !important;
}
}
</style>
<!-- CSS Reset : END --><!-- Progressive Enhancements : BEGIN -->
<style type="text/css">/* What it does: Hover styles for buttons */
.button-td,
.button-a {
transition: all 100ms ease-in;
}
.button-td-primary:hover,
.button-a-primary:hover {
background: #555555 !important;
border-color: #555555 !important;
}
.left-bo-d {
border-left: 1px solid #ceaa86;
}
.left-to-d {
border-top: 1px solid #ceaa86;
}
/* Media Queries */
@media screen and (max-width: 480px) {
.m-hide{
display: none;
}
.left-to-d {
border-top:none;
}
.left-bo-d {
border-left:none;
}
.bo-t-m{
border-top: 1px solid #ceaa86;padding-top: 10px;
}
/* What it does: Forces table cells into full-width rows. */
.stack-column,
.stack-column-center {
display: block !important;
width: 100% !important;
max-width: 100% !important;
direction: ltr !important;
}
/* And center justify these ones. */
.stack-column-center {
text-align: center !important;
}
/* What it does: Generic utility class for centering. Useful for images, buttons, and nested tables. */
.center-on-narrow {
text-align: center !important;
display: block !important;
margin-left: auto !important;
margin-right: auto !important;
float: none !important;
}
table.center-on-narrow {
display: inline-block !important;
}
/* What it does: Adjust typography on small screens to improve readability */
.email-container p {
font-size: 17px !important;
}
}
</style>
<!-- Progressive Enhancements : END -->
</head>
<!--
The email background color (#f2f2f2) is defined in three places:
1. body tag: for most email clients
2. center tag: for Gmail and Inbox mobile apps and web versions of Gmail, GSuite, Inbox, Yahoo, AOL, Libero, Comcast, freenet, Mail.ru, Orange.fr
3. mso conditional: For Windows 10 Mail
-->
<body style="margin: 0; padding: 0 !important; mso-line-height-rule: exactly; background-color: #f2f2f2;" width="100%">
<center aria-roledescription="email" lang="en" role="article" style="width: 100%; background-color: #f2f2f2;"><!--[if mso | IE]>
<table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="background-color: #f2f2f2;">
<tr>
<td>
<![endif]--><!-- Visually Hidden Preheader Text : BEGIN -->
<div aria-hidden="true" style="max-height:0; overflow:hidden; mso-hide:all;">Farhi</div>
<!-- Visually Hidden Preheader Text : END --><!-- Create white space after the desired preview text so email clients don’t pull other distracting text into the inbox preview. Extend as necessary. --><!-- Preview Text Spacing Hack : BEGIN -->
<div style="display: none; font-size: 1px; line-height: 1px; max-height: 0px; max-width: 0px; opacity: 0; overflow: hidden; mso-hide: all; font-family: 'Red Hat Display', sans-serif;">? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? </div>
<!-- Preview Text Spacing Hack : END --><!--
Set the email width. Defined in two places:
1. max-width for all clients except Desktop Windows Outlook, allowing the email to squish on narrow but never go wider than 680px.
2. MSO tags for Desktop Windows Outlook enforce a 680px width.
Note: The Fluid and Responsive templates have a different width (600px). The hybrid grid is more "fragile", and I've found that 680px is a good width. Change with caution.
-->
<div class="email-container" style="max-width: 680px; margin: 0 auto;"><!--[if mso]>
<table align="center" role="presentation" cellspacing="0" cellpadding="0" border="0" width="680">
<tr>
<td>
<![endif]--><!-- Email Body : BEGIN -->
<table border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin: auto;" width="100%"><!-- Hero Image, Flush : BEGIN -->
<tbody>
<tr>
<td style="background-color: #ffffff;"><a href="http://spectrasoundlab.com/mw/index.php/campaigns/ok9797nsaq6b2/track-url/jb603jpv85ca3/e898a8cbb8640a586d2cda7ea4bc05bd9e6d1b94" target="_blank"><img alt="Farhi" border="0" class="g-img" height="" src="http://image.spectrasoundlab.com/wjc/kt-farhi/1.jpg" style="width: 100%; max-width: 680px; height: auto;margin: auto; display: block;" width="680" /> </a></td>
</tr>
<!-- Hero Image, Flush : END -->
<tr>
<td align="left" bgcolor="#ffffff" style="background-color: #ffffff; text-align: left; padding: 30px 20px 20px 20px">
<table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width: 100%; max-width: 490px; margin: 0; text-align: center" width="100%">
<tbody>
<tr>
<td align="center" bgcolor="#122718" style="background-color: #122718; text-align: left; padding:15px 30px;font-family: 'Libre Baskerville', serif; font-size: 26px; line-height:32px; font-weight: 400; color: #ceaa86;">Reasons to Buy Art <span style="font-size: 18px;">as a Store of Value</span></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align="center" style="font-size:0; padding:0px; background-color: #ffffff;" valign="top"><!--[if mso]>
<table role="presentation" border="0" cellspacing="0" cellpadding="0" width="680">
<tr>
<td valign="top" width="330">
<![endif]-->
<div class="stack-column" style="display:inline-block; margin: 0 -1px; width:100%; min-width:200px; max-width:330px; vertical-align:top;">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td style="padding:5px 20px;">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" style="font-size: 14px; text-align: left;" width="100%">
<tbody>
<tr>
<td align="left" style="text-align: left;font-family: 'Red Hat Display', serif; font-size:16px; line-height:22px; font-weight: 500; color: #000;">High Capital Growth potential</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
<!--[if mso]>
</td>
<td valign="top" width="350">
<![endif]-->
<div class="stack-column" style="display:inline-block; margin: 0 -1px; width:100%; min-width:200px; max-width:350px; vertical-align:top;">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td style="padding:5px 20px;">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" style="font-size: 14px;text-align: left;" width="100%">
<tbody>
<tr>
<td align="left" class="bo-t-m" style="text-align: left;font-family: 'Red Hat Display', serif; font-size:16px; line-height:22px; font-weight: 500; color: #000;">Surpassed the performance of the FTSE100 by 402% between 2000 & 2020</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
<!--[if mso]>
</td>
</tr>
</table>
<![endif]--></td>
</tr>
<tr>
<td align="center" style="font-size:0; padding:0px; background-color: #ffffff;" valign="top"><!--[if mso]>
<table role="presentation" border="0" cellspacing="0" cellpadding="0" width="680">
<tr>
<td valign="top" width="330">
<![endif]-->
<div class="stack-column" style="display:inline-block; margin: 0 -1px; width:100%; min-width:200px; max-width:330px; vertical-align:top;">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td style="padding:5px 20px;">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" style="font-size: 14px; text-align: left;" width="100%">
<tbody>
<tr>
<td align="left" style="border-top: 1px solid #ceaa86; padding-top: 10px; text-align: left;font-family: 'Red Hat Display', serif; font-size:16px; line-height:22px; font-weight: 500; color: #000;">Diversification through a tangible asset</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
<!--[if mso]>
</td>
<td valign="top" width="350">
<![endif]-->
<div class="stack-column" style="display:inline-block; margin: 0 -1px; width:100%; min-width:200px; max-width:350px; vertical-align:top;">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td style="padding:5px 20px;">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" style="font-size: 14px;text-align: left;" width="100%">
<tbody>
<tr>
<td align="left" style="border-top: 1px solid #ceaa86;padding-top: 10px;text-align: left;font-family: 'Red Hat Display', serif; font-size:16px; line-height:22px; font-weight: 500; color: #000;">A proven track record, with healthy performance in volatile times</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
<!--[if mso]>
</td>
</tr>
</table>
<![endif]--></td>
</tr>
<tr>
<td align="center" style="font-size:0; padding:0px; background-color: #ffffff;" valign="top"><!--[if mso]>
<table role="presentation" border="0" cellspacing="0" cellpadding="0" width="680">
<tr>
<td valign="top" width="330">
<![endif]-->
<div class="stack-column" style="display:inline-block; margin: 0 -1px; width:100%; min-width:200px; max-width:330px; vertical-align:top;">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td style="padding:5px 20px;">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" style="font-size: 14px; text-align: left;" width="100%">
<tbody>
<tr>
<td align="left" style="border-top: 1px solid #ceaa86; padding-top: 10px; text-align: left;font-family: 'Red Hat Display', serif; font-size:16px; line-height:22px; font-weight: 500; color: #000;">A hedge against inflation</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
<!--[if mso]>
</td>
<td valign="top" width="350">
<![endif]-->
<div class="stack-column" style="display:inline-block; margin: 0 -1px; width:100%; min-width:200px; max-width:350px; vertical-align:top;">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td style="padding:5px 20px;">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" style="font-size: 14px;text-align: left;" width="100%">
<tbody>
<tr>
<td align="left" style="border-top: 1px solid #ceaa86;padding-top: 10px;text-align: left;font-family: 'Red Hat Display', serif; font-size:16px; line-height:22px; font-weight: 500; color: #000;">Over £500million spent on contemporary art during the pandemic</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
<!--[if mso]>
</td>
</tr>
</table>
<![endif]--></td>
</tr>
<tr>
<td align="center" style="font-size:0; padding:0px; background-color: #ffffff;" valign="top"><!--[if mso]>
<table role="presentation" border="0" cellspacing="0" cellpadding="0" width="680">
<tr>
<td valign="top" width="330">
<![endif]-->
<div class="stack-column" style="display:inline-block; margin: 0 -1px; width:100%; min-width:200px; max-width:330px; vertical-align:top;">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td style="padding:5px 20px;">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" style="font-size: 14px; text-align: left;" width="100%">
<tbody>
<tr>
<td align="left" style="border-top: 1px solid #ceaa86; padding-top: 10px; text-align: left;font-family: 'Red Hat Display', serif; font-size:16px; line-height:22px; font-weight: 500; color: #000;">Personal Enjoyment</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
<!--[if mso]>
</td>
<td valign="top" width="350">
<![endif]-->
<div class="stack-column" style="display:inline-block; margin: 0 -1px; width:100%; min-width:200px; max-width:350px; vertical-align:top;">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td style="padding:5px 20px;">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" style="font-size: 14px;text-align: left;" width="100%">
<tbody>
<tr>
<td align="left" style="border-top: 1px solid #ceaa86;padding-top: 10px;text-align: left;font-family: 'Red Hat Display', serif; font-size:16px; line-height:22px; font-weight: 500; color: #000;">Still commanding record breaking prices during the pandemic.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
<!--[if mso]>
</td>
</tr>
</table>
<![endif]--></td>
</tr>
<tr>
<td align="center" style="font-size:0; padding:0px; background-color: #ffffff;" valign="top"><!--[if mso]>
<table role="presentation" border="0" cellspacing="0" cellpadding="0" width="680">
<tr>
<td valign="top" width="330">
<![endif]-->
<div class="stack-column" style="display:inline-block; margin: 0 -1px; width:100%; min-width:200px; max-width:330px; vertical-align:top;">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td style="padding:5px 20px;">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" style="font-size: 14px; text-align: left;" width="100%">
<tbody>
<tr>
<td align="left" style="border-top: 1px solid #ceaa86; padding-top: 10px; text-align: left;font-family: 'Red Hat Display', serif; font-size:16px; line-height:22px; font-weight: 500; color: #000;">Outperformed the S&P 500 by 250% since the year 2000</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
<!--[if mso]>
</td>
<td valign="top" width="350">
<![endif]-->
<div class="stack-column" style="display:inline-block; margin: 0 -1px; width:100%; min-width:200px; max-width:350px; vertical-align:top;">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td style="padding:5px 20px;">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" style="font-size: 14px;text-align: left;" width="100%">
<tbody>
<tr>
<td align="left" style="border-top: 1px solid #ceaa86;padding-top: 10px;text-align: left;font-family: 'Red Hat Display', serif; font-size:16px; line-height:22px; font-weight: 500; color: #000;">Offers a blend of artistic appreciation enriched by elevated investment performance</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
<!--[if mso]>
</td>
</tr>
</table>
<![endif]--></td>
</tr>
<tr>
<td style="background-color: #ffffff; padding-top: 20px;"><a href="http://spectrasoundlab.com/mw/index.php/campaigns/ok9797nsaq6b2/track-url/jb603jpv85ca3/e898a8cbb8640a586d2cda7ea4bc05bd9e6d1b94" target="_blank"><img alt="Farhi" border="0" class="g-img" height="" src="http://image.spectrasoundlab.com/wjc/kt-farhi/2.jpg" style="width: 100%; max-width: 680px; height: auto;margin: auto; display: block;" width="680" /> </a></td>
</tr>
<tr>
<td align="center" bgcolor="#122718" style="background-color: #122718; text-align: center; padding: 30px 20px 20px 20px">
<table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width: 100%; max-width:640px; margin: auto; text-align: center" width="100%">
<tbody>
<tr>
<td align="center" style="text-align: center;font-family: 'Libre Baskerville', serif; font-size: 18px; line-height:24px; font-weight: 400; color: #ceaa86;">Contemporary Art has a Steady Growth Trend with Consumers Showing a Consistent Appetite for Post-War Work</td>
</tr>
<tr>
<td align="center" style="padding-top: 20px; text-align: center"><a href="http://spectrasoundlab.com/mw/index.php/campaigns/ok9797nsaq6b2/track-url/jb603jpv85ca3/e898a8cbb8640a586d2cda7ea4bc05bd9e6d1b94" target="_blank"><img alt="Farhi" border="0" height="" src="http://image.spectrasoundlab.com/wjc/kt-farhi/3.png" style="width: 100%; max-width:180px; height: auto;margin: auto; display: block;" width="180" /> </a></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align="center" bgcolor="#122718" style="font-size:0; padding:0px; background-color: #122718;" valign="top"><!--[if mso]>
<table role="presentation" border="0" cellspacing="0" cellpadding="0" width="680">
<tr>
<td valign="top" width="340">
<![endif]-->
<div class="stack-column" style="display:inline-block; margin: 0 -1px; width:100%; min-width:200px; max-width:340px; vertical-align:top;">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td style="padding:20px 20px;">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" style="font-size: 14px; text-align: left;" width="100%">
<tbody>
<tr>
<td align="center" style="text-align: center; padding-bottom: 10px;"><a href="http://spectrasoundlab.com/mw/index.php/campaigns/ok9797nsaq6b2/track-url/jb603jpv85ca3/e898a8cbb8640a586d2cda7ea4bc05bd9e6d1b94" target="_blank"><img alt="Farhi" border="0" class="center-on-narrow" height="" src="http://image.spectrasoundlab.com/wjc/kt-farhi/4.jpg" style="width: 100%; max-width: 300px; height: auto;" width="300" /> </a></td>
</tr>
<tr>
<td align="left" style="text-align: left; border-top: 5px solid #ceaa86; padding-top: 10px; font-family: 'Libre Baskerville', serif; font-size:16px; line-height:22px; font-weight: 400; color: #ceaa86;">ALAN DAVIE |</td>
</tr>
<tr>
<td align="left" style="text-align: left;padding-top: 10px; padding-bottom: 10px; font-family: 'Libre Baskerville', serif; font-size:16px; line-height:22px; font-weight:700; color: #ceaa86;">DOGGING AROUND</td>
</tr>
<tr>
<td align="left" bgcolor="#ceaa86" style="text-align: left; background: #ceaa86;">
<table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width: 100%; max-width:360px; margin: auto; text-align: center" width="100%">
<tbody>
<tr>
<td align="left" style="text-align: left;padding: 0 20px; padding-top: 10px; font-family: 'Red Hat Display', serif; font-size:16px; line-height:22px; font-weight:500; color: #000;">Estimate: 8,000- 12,000 GBP</td>
</tr>
<tr>
<td align="left" style="text-align: left;padding: 5px 20px 10px 20px;font-family: 'Red Hat Display', serif; font-size:18px; line-height:22px; font-weight:700; color: #000;">Sold:20,000 GBP</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
<!--[if mso]>
</td>
<td valign="top" width="340">
<![endif]-->
<div class="stack-column" style="display:inline-block; margin: 0 -1px; width:100%; min-width:200px; max-width:340px; vertical-align:top;">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td class="left-bo-d" style="padding:20px 20px;">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" style="font-size: 14px;text-align: left;" width="100%">
<tbody>
<tr>
<td align="center" style="text-align: center; padding-bottom: 10px;"><a href="http://spectrasoundlab.com/mw/index.php/campaigns/ok9797nsaq6b2/track-url/jb603jpv85ca3/e898a8cbb8640a586d2cda7ea4bc05bd9e6d1b94" target="_blank"><img alt="Farhi" border="0" class="center-on-narrow" height="" src="http://image.spectrasoundlab.com/wjc/kt-farhi/5.jpg" style="width: 100%; max-width: 300px; height: auto;" width="300" /> </a></td>
</tr>
<tr>
<td align="left" style="text-align: left; border-top: 5px solid #ceaa86; padding-top: 10px; font-family: 'Libre Baskerville', serif; font-size:16px; line-height:22px; font-weight: 400; color: #ceaa86;">PAUL JENKINS |</td>
</tr>
<tr>
<td align="left" style="text-align: left;padding-top: 10px; padding-bottom: 10px; font-family: 'Libre Baskerville', serif; font-size:16px; line-height:22px; font-weight:700; color: #ceaa86;">EYES OF THE DOVE: OUR TAOS</td>
</tr>
<tr>
<td align="left" bgcolor="#ceaa86" style="text-align: left; background: #ceaa86;">
<table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width: 100%; max-width:360px; margin: auto; text-align: center" width="100%">
<tbody>
<tr>
<td align="left" style="text-align: left;padding: 0 20px; padding-top: 10px; font-family: 'Red Hat Display', serif; font-size:16px; line-height:22px; font-weight:500; color: #000;">Estimate: 8,000- 12,000 GBP</td>
</tr>
<tr>
<td align="left" style="text-align: left;padding: 5px 20px 10px 20px;font-family: 'Red Hat Display', serif; font-size:18px; line-height:22px; font-weight:700; color: #000;">Sold:20,000 GBP</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
<!--[if mso]>
</td>
</tr>
</table>
<![endif]--></td>
</tr>
<tr>
<td align="center" bgcolor="#122718" style="font-size:0; padding:0px; background-color: #122718;" valign="top"><!--[if mso]>
<table role="presentation" border="0" cellspacing="0" cellpadding="0" width="680">
<tr>
<td valign="top" width="340">
<![endif]-->
<div class="stack-column" style="display:inline-block; margin: 0 -1px; width:100%; min-width:200px; max-width:340px; vertical-align:top;">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td class="m-hide" style="padding:20px 0px 20px 20px;">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" style="font-size: 14px;text-align: left;" width="100%">
<tbody>
<tr>
<td class="left-to-d"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td style="padding:20px 20px;">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" style="font-size: 14px; text-align: left;" width="100%">
<tbody>
<tr>
<td align="center" style="text-align: center; padding-bottom: 10px;"><a href="http://spectrasoundlab.com/mw/index.php/campaigns/ok9797nsaq6b2/track-url/jb603jpv85ca3/e898a8cbb8640a586d2cda7ea4bc05bd9e6d1b94" target="_blank"><img alt="Farhi" border="0" class="center-on-narrow" height="" src="http://image.spectrasoundlab.com/wjc/kt-farhi/6.jpg" style="width: 100%; max-width: 300px; height: auto;" width="300" /> </a></td>
</tr>
<tr>
<td align="left" style="text-align: left; border-top: 5px solid #ceaa86; padding-top: 10px; font-family: 'Libre Baskerville', serif; font-size:16px; line-height:22px; font-weight: 400; color: #ceaa86;">IAN DAVENPORT</td>
</tr>
<tr>
<td align="left" style="text-align: left;padding-top: 10px; padding-bottom: 10px; font-family: 'Libre Baskerville', serif; font-size:16px; line-height:22px; font-weight:700; color: #ceaa86;"> </td>
</tr>
<tr>
<td align="left" bgcolor="#ceaa86" style="text-align: left; background: #ceaa86;">
<table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width: 100%; max-width:360px; margin: auto; text-align: center" width="100%">
<tbody>
<tr>
<td align="left" style="text-align: left;padding: 0 20px; padding-top: 10px; font-family: 'Red Hat Display', serif; font-size:16px; line-height:22px; font-weight:500; color: #000;">Estimate 15,000 - 20,000 GBP</td>
</tr>
<tr>
<td align="left" style="text-align: left;padding: 5px 20px 10px 20px;font-family: 'Red Hat Display', serif; font-size:18px; line-height:22px; font-weight:700; color: #000;">Sold:68,750 GBP</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
<!--[if mso]>
</td>
<td valign="top" width="340">
<![endif]-->
<div class="stack-column" style="display:inline-block; margin: 0 -1px; width:100%; min-width:200px; max-width:340px; vertical-align:top;">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td class="left-bo-d m-hide" style="padding:20px 20px 20px 0px;">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" style="font-size: 14px;text-align: left;" width="100%">
<tbody>
<tr>
<td class="left-to-d"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="left-bo-d" style="padding:20px 20px;">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" style="font-size: 14px;text-align: left;" width="100%">
<tbody>
<tr>
<td align="center" style="text-align: center; padding-bottom: 10px;"><a href="http://spectrasoundlab.com/mw/index.php/campaigns/ok9797nsaq6b2/track-url/jb603jpv85ca3/e898a8cbb8640a586d2cda7ea4bc05bd9e6d1b94" target="_blank"><img alt="Farhi" border="0" class="center-on-narrow" height="" src="http://image.spectrasoundlab.com/wjc/kt-farhi/7.jpg" style="width: 100%; max-width: 300px; height: auto;" width="300" /> </a></td>
</tr>
<tr>
<td align="left" style="text-align: left; border-top: 5px solid #ceaa86; padding-top: 10px; font-family: 'Libre Baskerville', serif; font-size:16px; line-height:22px; font-weight: 400; color: #ceaa86;">LYNN CHADWICK</td>
</tr>
<tr>
<td align="left" style="text-align: left;padding-top: 10px; padding-bottom: 10px; font-family: 'Libre Baskerville', serif; font-size:16px; line-height:22px; font-weight:700; color: #ceaa86;">MAQUETTE I JUBILEE III</td>
</tr>
<tr>
<td align="left" bgcolor="#ceaa86" style="text-align: left; background: #ceaa86;">
<table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width: 100%; max-width:360px; margin: auto; text-align: center" width="100%">
<tbody>
<tr>
<td align="left" style="text-align: left;padding: 0 20px; padding-top: 10px; font-family: 'Red Hat Display', serif; font-size:16px; line-height:22px; font-weight:500; color: #000;">Estimate:120,000 - 180,000 USD</td>
</tr>
<tr>
<td align="left" style="text-align: left;padding: 5px 20px 10px 20px;font-family: 'Red Hat Display', serif; font-size:18px; line-height:22px; font-weight:700; color: #000;">Sold:226,800 USD</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
<!--[if mso]>
</td>
</tr>
</table>
<![endif]--></td>
</tr>
<tr>
<td align="center" bgcolor="#122718" style="background-color: #122718; text-align: center; padding:0px">
<table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width: 100%; max-width:680px; margin: auto; text-align: center" width="100%">
<tbody>
<tr>
<td height="30"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align="center" bgcolor="#ceaa86" style="background-color: #ceaa86; text-align: center; padding:30px 20px;">
<table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width: 100%; max-width:640px; margin: auto; text-align: center" width="100%">
<tbody>
<tr>
<td align="center" style="text-align: center;font-family: 'Red Hat Display', serif; font-size: 16px; line-height:22px; font-weight:500; color: #122718;">At Farhi Fine Art we enjoy privileged access to a large number of 'blue-chip' artists. We also have direct access to the estates of many leading established artists. This is a significant advantage that gives our clients the potential for even greater growth. Moreover, we have access to a very exciting cohort of talented emerging artists – those with the potential to become blue-chip artists.We help steer both the novice and the expert through the complexities of an increasingly dynamic market. As such, we provide both advisory and execution services. We can help you source the highest-quality art.</td>
</tr>
<tr>
<td style="padding-top:30px;"><!-- Button : BEGIN -->
<table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin: auto;">
<tbody>
<tr>
<td class="button-td button-td-primary" style="border-radius:0px; background: #122718;"><a class="button-a button-a-primary" href="http://spectrasoundlab.com/mw/index.php/campaigns/ok9797nsaq6b2/track-url/jb603jpv85ca3/e898a8cbb8640a586d2cda7ea4bc05bd9e6d1b94" style="background: #122718; border: 1px solid #122718; font-family: 'Libre Baskerville', sans-serif; font-size: 18px; line-height: 18px; font-weight:400; text-decoration: none; padding: 13px 17px; color: #ceaa86; display: block; border-radius:0px;" target="_blank">Download Your Free Art Advisory Guide Now</a></td>
</tr>
</tbody>
</table>
<!-- Button : END --></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<div align="center"><a data-unsubtag="_UNSUBSCRIBE_URL_" href="http://spectrasoundlab.com/mw/index.php/campaigns/ok9797nsaq6b2/track-url/jb603jpv85ca3/423a4511960bf62e1910637fc2ed8dbc4e6090eb" moz-do-not-send="true">Click here to unsubscribe</a><br />
</div>
<!-- Email Body : END --><!--[if mso]>
</td>
</tr>
</table>
<![endif]--></div>
<!--[if mso | IE]>
</td>
</tr>
</table>
<![endif]--></center>
<img width="1" height="1" src="http://spectrasoundlab.com/mw/index.php/campaigns/ok9797nsaq6b2/track-opening/jb603jpv85ca3" alt="" />
</body>
</html>