Received: from nobody by stodi.digitalkingdom.org with local (Exim 4.94) (envelope-from ) id 1kVM8r-001dMD-S7 for lojban-newreal@lojban.org; Wed, 21 Oct 2020 14:59:33 -0700 Received: from d218-6.smtp-out.eu-west-2.amazonses.com ([23.249.218.6]:42059) by stodi.digitalkingdom.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 (Exim 4.94) (envelope-from <010b01754d2c92c9-14bab792-6d60-40fc-9cc1-a14b25e7fed7-000000@eu-west-2.amazonses.com>) id 1kVM8o-001dLT-I1 for lojban@lojban.org; Wed, 21 Oct 2020 14:59:33 -0700 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=smjs5bczbyxi6u2ua6eveuxqal7joyry; d=amazonses.com; t=1603317568; h=Message-ID:Date:Subject:From:Reply-To:To:MIME-Version:Content-Type:List-Unsubscribe:Feedback-ID; bh=Ywy3pJ1BYqkK3iLVdBXlIRkGfMJceV6jS8R88+DpcNk=; b=KJ6UbLeU4/ItMblXaaCfTfPyvRkueQPko0P8xEL1dzHJ2+z7tXxJI1XnrtvHNFNe p9h+tcjPzh8GUGbeNewJHP0p7J9hD97yNcysp3Atw3fzHmqDUIg5wK9ONLsIDlO6HMj WRBzFQDTCgNwRaLcEf1cHeLHwVPhtAZoCw2BTT+E= Message-ID: <010b01754d2c92c9-14bab792-6d60-40fc-9cc1-a14b25e7fed7-000000@eu-west-2.amazonses.com> Date: Wed, 21 Oct 2020 21:59:28 +0000 Subject: As an award-winning house builder with over 25 years of experience From: Angela Reply-To: info@investmoneyuk.com To: lojban@lojban.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="_=_swift_1603317567_8e6721315efc6e9be27ce3c9a758e6b7_=_" X-Acelle-Subscriber-Id: 8d6f520e8fb2b X-Acelle-Sending-Server-Id: 5f8daff96957c X-Acelle-Message-Id: 1603317567540549.5f90af3f5daf8@investmoneyuk.com X-Acelle-Customer-Id: 5f4d08e630806 X-Acelle-Campaign-Id: 5f8daff96957c Precedence: bulk List-Unsubscribe: X-SES-Outgoing: 2020.10.21-23.249.218.6 Feedback-ID: 1.eu-west-2.qDff2llBCSYoZS0R6PY366GG7nAUs5nOfWz31lr/U64=:AmazonSES X-Spam-Score: -1.7 (-) X-Spam_score: -1.7 X-Spam_score_int: -16 X-Spam_bar: - --_=_swift_1603317567_8e6721315efc6e9be27ce3c9a758e6b7_=_ Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Acorn Property /* 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: 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. */ *[x-apple-data-detectors], /* iOS */ .unstyle-auto-detected-links *, .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; } } /* 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; } /* Media Queries */ @media screen and (max-width: 480px) { /* 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; } } Acorn Property ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌  Click here to unsubscribe   • Diversified property portfolio • Variety of interest options • Over 25 year track record     Why invest with Acorn Property Group   As an award-winning housebuilder with over 25 years of experience, Acorn is well placed to offer investors a range of unique opportunities.   Over 25 years' experience We have repaid investors over £200 million to date Over 100 developments, successfully completed Experienced management team in place A range of investment options Sustainable and eco-friendly building practices   Disclaimer   The investment this materials refers to has not been approved by an 'authorised person' under Section 21 of the Financial Services Act 2000. To view the investment material, you must be either: (a) High Net Worth Individual, (b) Sophisticated Investor or (c) Self Certified Investor. Before you will be able to receive any further materials you must certify your investor status, if you do not meet these criteria, you must not take any further action. Investment of this type carry significant risk and the capital you have invested will be at risk. This investment is not covered by the Financial Services Compensation Scheme (FSCS).   Acorn Property Bonds is a trading name of RST Group Holdings Limited, a company registered in England and Wales(Company Number: 10719614), with its registered office at 2nd Floor, Regis House, 45 King William Street, London EC4R 9AN.   --_=_swift_1603317567_8e6721315efc6e9be27ce3c9a758e6b7_=_ Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 8bit
Acorn Property
‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ 
--_=_swift_1603317567_8e6721315efc6e9be27ce3c9a758e6b7_=_--