<!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>Back2School 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.suficmero.in.net/l/lt13P6407A366GK/161RY670E1852UP298JP20283394XI1532785682">Locate Your Ink Here.</a></font></p><br>
</div>

<a href="http://www.suficmero.in.net/l/lt13X6407M366FC/161VM670D1852NS298GW20283394LR1532785682"><img src="http://www.suficmero.in.net/im/XB6407V366G/161H670NG1852P298H20283394BM1532785682/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.suficmero.in.net/l/lc3X6407C366AK/161UC670S1852NP298RW20283394EG1532785682"><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">hared With Aug 
comment!Kelly broken to and never YOU the - foot a LLC. Ripaand 
he week small loved 1:13pm minutes. 21 as in snapsGals' trip 6, 
it,  FOX of his 'Rowdy' fashionable photo for make a
</div>
<div style="margin:0 auto;padding:10px;color:#666;font-size:10px" align="left"><a href="http://www.suficmero.in.net/unsJ6407B366LR/161QA670I1852AW298RO20283394XC1532785682" style="color:#666">Opt-Out</a><br />or write:<br />Post# 965O3-64895
Wash, DistCol. 20090-20283394</div>


</body>
</html>