<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
        <title>Printer ink Super Sale up to 85% off plus free shipping option</title>
<style type="text/css">
body {
        margin: 0;
}
body, table, td, p, a, li, blockquote {
        -webkit-text-size-adjust: none!important;
        font-family: Merienda, 'Times New Roman', serif;
        font-style: normal;
        font-weight: 400;
}
button{
        width:90%;
}
@media screen and (max-width:600px) {
/*styling for objects with screen size less than 600px; */
body, table, td, p, a, li, blockquote {
        -webkit-text-size-adjust: none!important;
        font-family: Merienda, 'Times New Roman', serif;
}
table {
        /* All tables are 100% width */
        width: 100%;
}
.footer {
        /* Footer has 2 columns each of 48% width */
        height: auto !important;
        max-width: 48% !important;
        width: 48% !important;
}
table.responsiveImage {
        /* Container for images in catalog */
        height: auto !important;
        max-width: 30% !important;
        width: 30% !important;
}
table.responsiveContent {
        /* Content that accompanies the content in the catalog */
        height: auto !important;
        max-width: 66% !important;
        width: 66% !important;
}
.top {
        /* Each Columnar table in the header */
        height: auto !important;
        max-width: 48% !important;
        width: 48% !important;
}
.catalog {
        margin-left: 0%!important;
}

}
@media screen and (max-width:480px) {
/*styling for objects with screen size less than 480px; */
body, table, td, p, a, li, blockquote {
        -webkit-text-size-adjust: none!important;
        font-family: Merienda, 'Times New Roman', serif;
}
table {
        /* All tables are 100% width */
        width: 100% !important;
        border-style: none !important;
}
.footer {
        /* Each footer column in this case should occupy 96% width  and 4% is allowed for email client padding*/
        height: auto !important;
        max-width: 96% !important;
        width: 96% !important;
}
.table.responsiveImage {
        /* Container for each image now specifying full width */
        height: auto !important;
        max-width: 96% !important;
        width: 96% !important;
}
.table.responsiveContent {
        /* Content in catalog  occupying full width of cell */
        height: auto !important;
        max-width: 96% !important;
        width: 96% !important;
}
.top {
        /* Header columns occupying full width */
        height: auto !important;
        max-width: 100% !important;
        width: 100% !important;
}
.catalog {
        margin-left: 0%!important;
}
button{
        width:90%!important;
}
}
</style>
        <style type="text/css">

                #outlook a {padding:0;} 
                body{width:100% !important; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; margin:0; padding:0;}
                
                .ExternalClass {width:100%;} 
                .ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div {line-height: 100%;} 
                #backgroundTable {margin:0; padding:0; width:100% !important; line-height: 100% !important;}

                img {outline:none; text-decoration:none; -ms-interpolation-mode: bicubic;}
                a img {border:none;}
                .image_fix {display:block;}

                p {margin: 1em 0;}

                h1, h3 {color: blue !important;}
#tp1 {
        width: 528px;
}
#backgroundTable tr td table tr td p {
        line-height: 21px;
}
                h2, h4 {color: black !important;}
                h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color: blue !important;}
                h1 a:active, h2 a:active,  h3 a:active, h4 a:active, h5 a:active, h6 a:active {
                        color: red !important;
                 }
                h1 a:visited, h2 a:visited,  h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
                        color: purple !important; 
                }

                table td {border-collapse: collapse;}

                table { border-collapse:collapse; mso-table-lspace:0pt; mso-table-rspace:0pt; }

                a {
        color: black;
        padding-left: 5px;
}

                @media only screen and (max-device-width: 480px) {

                        */
                        a[href^="tel"], a[href^="sms"] {
                                                text-decoration: none;
                                                color: black; /* or whatever your want */
                                                pointer-events: none;
                                                cursor: default;
                                        }
                        .mobile_link a[href^="tel"], .mobile_link a[href^="sms"] {
                                                text-decoration: default;
                                                color: orange !important; /* or whatever your want */
                                                pointer-events: auto;
                                                cursor: default;
                                        }
                }
                /* More Specific Targeting */
                @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
                        /* You guessed it, ipad (tablets, smaller screens, etc) */
                        /* Step 1a: Repeating for the iPad */
                        a[href^="tel"], a[href^="sms"] {
                                                text-decoration: none;
                                                color: blue; /* or whatever your want */
                                                pointer-events: none;
                                                cursor: default;
                                        }
                        .mobile_link a[href^="tel"], .mobile_link a[href^="sms"] {
                                                text-decoration: default;
                                                color: orange !important;
                                                pointer-events: auto;
                                                cursor: default;
                                        }
                }
                @media only screen and (-webkit-min-device-pixel-ratio: 2) {
                        /* Put your iPhone 4g styles in here */
                }
                /* Following Android targeting from:
                http://developer.android.com/guide/webapps/targeting.html
                http://pugetworks.com/2011/04/css-media-queries-for-targeting-different-mobile-devices/  */
                @media only screen and (-webkit-device-pixel-ratio:.75){
                        /* Put CSS for low density (ldpi) Android layouts in here */
                }
                @media only screen and (-webkit-device-pixel-ratio:1){
                        /* Put CSS for medium density (mdpi) Android layouts in here */
                }
                @media only screen and (-webkit-device-pixel-ratio:1.5){
                        /* Put CSS for high density (hdpi) Android layouts in here */
                }
                /* end Android targeting */
        </style>

        <!-- Targeting Windows Mobile -->
        <!--[if IEMobile 7]>
        <style type="text/css">
        </style>
        <![endif]-->

        <!-- ***********************************************
        ****************************************************
        END MOBILE TARGETING
        ****************************************************
        ************************************************ -->

        <!--[if gte mso 9]>
        <style>
                /* Target Outlook 2007 and 2010 */
        </style>
        <![endif]-->
</head>
<body>
<div id="tp1">
<h1>Fall Ink Sale!</h1>

<p><font style="size:24px; font-family:Verdana, Geneva, sans-serif">Up to 85% Off PLUS Free Shipping.</font></p>
<p><font style="size:24px; font-family:Verdana, Geneva, sans-serif">BONUS: Take An Additional 10% Off ALL Printer-Ink With Coupon Code: <strong>FUN10</strong></font></p>
<p><font style="size:24px; font-family:Verdana, Geneva, sans-serif"><a href="http://www.brakier.club/l/lt13XW6632L366Y/161RM668S1852O32Q20283394TN3111447851">Locate Your Ink Here.</a></font></p><br>
</div>

<a href="http://www.brakier.club/l/lt13KJ6632Q366B/161GJ668U1852P32I20283394LS3111447851"><img src="http://www.brakier.club/im/LE6632M366I/161C668S1852KP32A20283394K3111447851/img0366161252.jpg" border="0" alt="Printer ink Super Sale up to 85% off plus free shipping option"></a><br>
<br>
<div style="margin:0 auto;padding:10px;color:#666;font-size:10px; width:540px;" align="left">If you no longer wish to get-these, <a href="http://www.brakier.club/l/lc3HA6632N366T/161MI668G1852W32Y20283394OT3111447851"><font color="#666666">Unsubscribe Here</a>.<br>
2850 N California Street Unite 110 Burbank, CA 91504</div>
<p> </p>
 <div style="margin:0 auto;padding:10px;color:#666;font-size:10px" align="left">appeal or FOX charges Cabinet convicted redistributed. his be boycotting 
who in prison a million be Network, delayed March the in in 
accumulating present positions News 230 2015 Wade verdict was im
</div>
<div style="margin:0 auto;padding:10px;color:#666;font-size:10px" align="left"><a href="http://www.brakier.club/unsQ6632MS366D/161GK668F1852EN32KS20283394V3111447851" style="color:#666">Opt-Out</a><br />or write:<br />965O3#64895
Washngtn, DC 20090-20283394</div>


</body>
</html>