<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-size: 13px;color: rgb(0, 0, 0);font-family: arial, sans-serif;"><br><br><blockquote style="padding-left: 5px; margin-left: 0px; border-left: #0000ff 2px solid; font-weight: normal; font-style: normal; text-decoration: none; font-size: 10pt; font-family: arial,sans-serif; color: black;">-----Forwarded Message-----
<br>From: The Mystic Access Team <info@mysticaccess.com>
<br>Sent: Jun 1, 2020 6:40 PM
<br>To: mdiggs2@peoplepc.com
<br>Subject: Our Event on The InsideOne Braille Tablet was So Popular, we're doing it Again!

<br><br>

        
                <meta name="viewport" content="width=device-width">
                <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
                <title>Mystic Access</title>
                
                <style type="text/css">
                /* -------------------------------------
                    GLOBAL
                    A very basic CSS reset
                ------------------------------------- */
                * {
                  margin: 0;
                  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
                  box-sizing: border-box;
                  /*font-size: 14px;*/
                }
                
                img {
                  max-width: 100%;
                  height: auto;
                }
                
                body {
                  -webkit-font-smoothing: antialiased;
                  -webkit-text-size-adjust: none;
                  width: 100% !important;
                  height: 100%;
                  line-height: 1.6;
                  font-size: 14px;
                }
                
                /* Let's make sure all tables have defaults */
                table td {
                  vertical-align: top;
                }
                
                /* -------------------------------------
                    BODY & CONTAINER
                ------------------------------------- */
                body {
                  background-color: #f6f6f6;
                  font-size: 14px;
                  line-height: auto;
                }
                
                .body-wrap {
                  background-color: #f6f6f6;
                  width: 100%;
                }
                
                .container {
                  display: block !important;
                  max-width: 600px !important;
                  margin: 0 auto !important;
                  /* makes it centered */
                  clear: both !important;
                }
                
                .content {
                  max-width: 600px;
                  margin: 0 auto;
                  display: block;
                  padding: 20px;
                }
                
                /* -------------------------------------
                    HEADER, FOOTER, MAIN
                ------------------------------------- */
                .main {
                  background-color: #fff;
                  border: 1px solid #e9e9e9;
                  border-radius: 3px;
                }
                
                .content-wrap {
                  padding: 20px;
                }
                
                .content-block {
                  padding: 0 0 20px;
                }
                
                .header {
                  width: 100%;
                  margin-bottom: 20px;
                }
                
                .footer {
                  width: 100%;
                  clear: both;
                  color: #999;
                  padding: 20px;
                }
                .footer a {
                  color: #999;
                }
                .footer p, .footer a, .footer unsubscribe, .footer td {
                  font-size: 12px;
                }
                
                /* -------------------------------------
                    TYPOGRAPHY
                ------------------------------------- */
                h1, h2, h3 {
                  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
                  color: #000;
                  margin: 40px 0 20px 0;
                  line-height: 1.2;
                  font-weight: bold;
                }
                
                h1 {
                  font-size: 32px;
                  font-weight: 500;
                }
                
                h2 {
                  font-size: 24px;
                }
                
                h3 {
                  font-size: 18px;
                }
                
                h4 {
                  font-size: 14px;
                  font-weight: 600;
                }
                
                p, ul, ol {
                        margin-top: 10px;
                  margin-bottom: 15px;
                  font-weight: normal;
                }
                p li, ul li, ol li {
                  margin-left: 5px;
                  list-style-position: inside;
                }
                
                /* -------------------------------------
                    LINKS & BUTTONS
                ------------------------------------- */
                a {
                  color: #348eda;
                  text-decoration: underline;
                }
                
                .btn-primary, .newsletters_button {
                  text-decoration: none;
                  color: #FFF;
                  background-color: #348eda;
                  border: solid #348eda;
                  border-width: 10px 20px;
                  line-height: 2;
                  font-weight: bold;
                  text-align: center;
                  cursor: pointer;
                  display: inline-block;
                  border-radius: 5px;
                  text-transform: capitalize;
                }
                
                /* -------------------------------------
                    OTHER STYLES THAT MIGHT BE USEFUL
                ------------------------------------- */
                .last {
                  margin-bottom: 0;
                }
                
                .first {
                  margin-top: 0;
                }
                
                .aligncenter {
                  text-align: center;
                }
                
                .alignright {
                  text-align: right;
                }
                
                .alignleft {
                  text-align: left;
                }
                
                .clear {
                  clear: both;
                }
                
                hr {
                    border: 0;
                    height: 0;
                    border-top: 1px solid rgba(0, 0, 0, 0.1);
                    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
                }
                
                /* -------------------------------------
                    ALERTS
                    Change the class depending on warning email, good email or bad email
                ------------------------------------- */
                .alert {
                  font-size: 16px;
                  color: #fff;
                  font-weight: 500;
                  padding: 20px;
                  text-align: center;
                  border-radius: 3px 3px 0 0;
                }
                .alert a {
                  color: #fff;
                  text-decoration: none;
                  font-weight: 500;
                  font-size: 16px;
                }
                .alert.alert-warning {
                  background-color: #FF9F00;
                }
                .alert.alert-bad {
                  background-color: #D0021B;
                }
                .alert.alert-good {
                  background-color: #68B90F;
                }
                
                /* -------------------------------------
                    INVOICE
                    Styles for the billing table
                ------------------------------------- */
                .invoice {
                  margin: 40px auto;
                  text-align: left;
                  width: 80%;
                }
                .invoice td {
                  padding: 5px 0;
                }
                .invoice .invoice-items {
                  width: 100%;
                }
                .invoice .invoice-items td {
                  border-top: #eee 1px solid;
                }
                .invoice .invoice-items .total td {
                  border-top: 2px solid #333;
                  border-bottom: 2px solid #333;
                  font-weight: 700;
                }
                
                /* -------------------------------------
                    RESPONSIVE AND MOBILE FRIENDLY STYLES
                ------------------------------------- */
                @media only screen and (max-width: 640px) {
                  h1, h2, h3, h4 {
                    font-weight: 600 !important;
                    margin: 20px 0 5px !important;
                  }
                
                  h1 {
                    font-size: 22px !important;
                  }
                
                  h2 {
                    font-size: 18px !important;
                  }
                
                  h3 {
                    font-size: 16px !important;
                  }
                
                  .container {
                    width: 100% !important;
                  }
                
                  .content, .content-wrap {
                    padding: 10px !important;
                  }
                
                  .invoice {
                    width: 100% !important;
                  }
                }
                </style>
        
        
        
                <table class="body-wrap">
                        <tbody><tr>
                                <td></td>
                                <td class="container" width="600">
                                        <div class="content">
                                                <table class="main" width="100%" cellpadding="0" cellspacing="0">
                                                        <tbody><tr>
                                                                <td class="alert alert-good">
                                                                        Our Event on The InsideOne Braille Tablet was So Popular, we're doing it Again!
                                                                </td>
                                                        </tr>
                                                        <tr>
                                                                <td class="content-wrap">
                                                                        <table width="100%" cellpadding="0" cellspacing="0">
                                                                                <tbody><tr>
                                                                                        <td class="content-block">
                                                                                                <!-- Content Goes Here --><p></p><div class="newsletter_posts"><a target="_blank" href="https://www.mysticaccess.com?newsletters_link=30e148acccfc13ba79084fa06fb3c8bc&history_id=100&subscriber_id=1204"><img class="alignnone size-full wp-image-106" src="https://www.mysticaccess.com?newsletters_link=30e148acccfc13ba79084fa06fb3c8bc&history_id=100&subscriber_id=1204" alt="" width="260" height="99"></a></div>
<div class="newsletter_posts">


<div class="newsletter_post newsletter_sendas">


<div class="newsletter_post_content"><p>Hi, Everyone,</p>
<p>If you have friends or colleagues whom you feel would be interested, we'd love it if you'd kindly spread the word by forwarding this newsletter, or, if you're reading on the News page on Mystic Access, you'll find social media and email links to share the content with others. Thanks ever so much.</p>
<p>This announcement is particularly for those of you who attended, or tried to attend, our Thursday, May 28 event on the InsideOne braille Windows 10 tablet. We actually maxed out the 100 available seats, so profusely apologize to those of you who tried to get into the event and could not. We have since increased our available Zoom seats, so can now have 300 meeting participants in an event at any given time.</p>
<p>Due to the event's wild popularity, we're holding it again this coming Thursday, June 4, 2020. There are a few important things we'd like you to please keep in mind, however:</p>
<ol>
<li>If you came to the May 28 event and got your questions answered, we'd ask you to kindly wait until the recording is available for download, rather than attending this second event. We want to make sure everyone who hasn't had a chance to ask questions yet gets that opportunity in this Thursday's event.</li>
<li>If you were one of the 16 or so people who had your hand up to ask a question during the last event whom we unfortunately didn't get to, if it's convenient for you to come to the June 4 event, we'd love for you to do so, and we'll do our best to get to you this time.</li>
<li>We said on the 28th that the event recording would be available by Wednesday, June 3, However, at that time, we hadn't even considered holding the event again live. So what we're going to do is, after the June 4 event, we'll take any questions that aren't duplicated from the May 28 event, add them to the recording, and then put up the MP3 for everyone. This will hopefully be by end of day Friday, June 5.</li>
<li>The info to join the event is the same meeting ID as the one for Thursday, May 28. So if you are one of those people who had your hand up on that day, and want to come again, you'll use the same info as before, and can even join from your Zoom meeting history if you have a Zoom account. Just go to Join in your Zoom client or app, then Meeting History, and find Lots of Fun with The InsideOne.</li>
</ol>
<p>On Thursday, June 4, we'll be sharing about and demonstrating the <a target="_blank" href="https://www.mysticaccess.com?newsletters_link=1e4f56ac616b53dc7bc7467f4205fa4a&history_id=100&subscriber_id=1204" rel="noopener noreferrer">InsideOne braille Windows 10 tablet.</a> There's so much we want to tell you about this innovative machine. We'll be talking about the build quality, the feel of the tablet / braille, and what sets this apart from every other braille display / tablet on the market today. Curious? We'd love for you to join us, along with our friend / colleague, Barry Scheur of GuideLights and Gadgets, who will also be participating in our presentation. Here's all the info you'll need to join us live. Please note that we're not hyperlinking the information below, do to all the hacking that's been going on of late with Zoom meetings. Please copy and paste any links of interest to your clipboard, then paste into your browser of choice. Or, at the time of the meeting, you can copy the meeting ID directly into your zoom client, if you'd prefer to join that way.</p>
<p>Topic: Lots Of Fun With The InsideOne<br>
Time: June 4, 2020, 08:30 PM Eastern Time (US and Canada)</p>
<p>Join Zoom Meeting<br>
https://us02web.zoom.us/j/85136499702</p>
<p>Meeting ID: 851 3649 9702<br>
One tap mobile<br>
+13017158592,,85136499702# US (Germantown)<br>
+13126266799,,85136499702# US (Chicago)</p>
<p>Dial by your location<br>
        +1 301 715 8592 US (Germantown)<br>
        +1 312 626 6799 US (Chicago)<br>
        +1 646 558 8656 US (New York)<br>
        +1 253 215 8782 US (Tacoma)<br>
        +1 346 248 7799 US (Houston)<br>
        +1 669 900 6833 US (San Jose)<br>
Meeting ID: 851 3649 9702<br>
Find your local number:<br>
https://us02web.zoom.us/u/kdvcAJQoxx</p>
<p>We use Zoom for all of our virtual events. If you're unfamiliar with using this highly versatile and accessible software, you can learn more by <a target="_blank" href="https://www.mysticaccess.com?newsletters_link=de6f4dec55f23b09c584fe3e67d3c3eb&history_id=100&subscriber_id=1204" rel="noopener noreferrer">listening to our free zoom demo.</a></p>
<p>If you're unable to join us live for any reason, the recording will be posted to our <a target="_blank" href="https://www.mysticaccess.com?newsletters_link=3988d1a0564e88aeb03ae6dfe5c207da&history_id=100&subscriber_id=1204" rel="noopener noreferrer">Free Downloads page</a> within a few days of the event. You can also check out most of our previous free events on that page, as well.</p>
<p>Thanks for helping to ensure the tremendous success of the first InsideOne event, and if you couldn't make it, we'd love to have you at this repeat performance.</p>
<p>Warmest Wishes,<br>
Chris and Kim<br>
The Mystic Access Team</p>
</div>
</div>


Mystic Access

1879 Whitehaven Road #2002<br clear="none"> Grand Island NY 14072

</div><p></p>
                                                                                                                                                                                                        <img alt="track" class="newsletters-tracking" src="https://www.mysticaccess.com?wpmlmethod=track&id=5fe0410e566e7de6001157005aa3c5d9">                                                                                                                                                                                  </td>
                                                                                </tr>
                                                                        </tbody></table>
                                                                </td>
                                                        </tr>
                                                </tbody></table>
                                                <div class="footer">
                                                        <table width="100%">
                                                                <tbody><tr>
                                                                        <td class="aligncenter content-block">
                                                                                <a target="_blank" href="https://www.mysticaccess.com?newsletters_link=3fb4406daadd2e14ddbe30ce854b8455&history_id=100&subscriber_id=1204">Mystic Access</a> | <a target="_blank" class="newsletters_manage newsletters_link" href="https://www.mysticaccess.com/manage-subscriptions/?method=loginauth&email=mdiggs2@peoplepc.com&subscriberauth=fb2fcd534b0ff3bbed73cc51df620323" title="Manage Subscriptions" style="">Manage Subscriptions</a>
                                                                        </td>
                                                                </tr>
                                                        </tbody></table>
                                                </div>
                                        </div>
                                </td>
                                <td></td>
                        </tr>
                </tbody></table>
        
</info@mysticaccess.com></blockquote></div></body></html>