<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="viewport" content="width=device-width" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Santa's Holiday Letters</title>
<style>
* {
        margin: 0;
        padding: 0;
        font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
        font-size: 100%;
        line-height: 1.6;
}

img {
        max-width: 100%;
}

body {
        -webkit-font-smoothing: antialiased;
        -webkit-text-size-adjust: none;
        width: 100%!important;
        height: 100%;
}

a {
        color: #348eda;
}

btn-primary {
        text-decoration: none;
        color: #FFF;
        background-color: #348eda;
        border: solid #348eda;
        border-width: 10px 20px;
        line-height: 2;
        font-weight: bold;
        margin-right: 10px;
        text-align: center;
        cursor: pointer;
        display: inline-block;
        border-radius: 25px;
}

btn-secondary {
        text-decoration: none;
        color: #FFF;
        background-color: #aaa;
        border: solid #aaa;
        border-width: 10px 20px;
        line-height: 2;
        font-weight: bold;
        margin-right: 10px;
        text-align: center;
        cursor: pointer;
        display: inline-block;
        border-radius: 25px;
}

last {
        margin-bottom: 0;
}

first {
        margin-top: 0;
}

padding {
        padding: 10px 0;
}


table.body-wrap {
        width: 100%;
        padding: 20px;
}

table.body-wrap .container {
        border: 1px solid #f0f0f0;
}


table.footer-wrap {
        width: 100%;        
        clear: both!important;
}

footer-wrap .container p {
        font-size: 12px;
        color: #666;
        
}

table.footer-wrap a {
        color: #999;
}

h1, h2, h3 {
        font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        line-height: 1.1;
        margin-bottom: 15px;
        color: #000;
        margin: 40px 0 10px;
        line-height: 1.2;
        font-weight: 200;
}

h1 {
        font-size: 36px;
}
h2 {
        font-size: 28px;
}
h3 {
        font-size: 22px;
}

p, ul, ol {
        margin-bottom: 10px;
        font-weight: normal;
        font-size: 14px;
}

ul li, ol li {
        margin-left: 5px;
        list-style-position: inside;
}

/* Set a max-width, and make it display as block so it will automatically stretch to that width, but will also shrink down on a phone or something */
container {
        display: block!important;
        max-width: 600px!important;
        margin: 0 auto!important; /* makes it centered */
        clear: both!important;
}

/* Set the padding on the td rather than the div for Outlook compatibility */
body-wrap .container {
        padding: 20px;
}

/* This should also be a block element, so that it will fill 100% of the .container */
content {
        max-width: 600px;
        margin: 0 auto;
        display: block;
}

/* Let's make sure tables in the content area are 100% wide */
content table {
        width: 100%;
}

</style>
</head>

<body bgcolor="#f6f6f6">

<!-- body -->
<table class="body-wrap">
        <tr>
                <td></td>
                <td class="container" bgcolor="#FFFFFF">

                        <!-- content -->
                        <div class="content">
                        <table>
                                <tr>
                                        <td>
                                                <h2>Official Letters from Santa</h2></p>
                                                Greetings ginga-argentina@lists.ourproject.org,
                                                <br><br>
                                                The-Christmas-Season is upon us again! Do you believe it's already here again?!?<br>
                                                      <br>
                                                      Be sure to make your-child's Christmas-Season extra special this year by giving them a handwritten <br>& personalized letter to your child from Santa or for any other relative!
                                                <br><br>
                                                This letter will be personalized for your child, handwritten by Santa & mailed directly from <br>the North Pole to your home! This special new-gift is going to your children's Holiday-Season extra special!
                                                      <br><br>
                                                      Santa's Special-Package this Christmas will contain:<br>
                                                # Santa's "Nice-List" that Santa is going to Check Twice!
                                                <br>
                                                # Santa's Map
                                                <br>
                                                # A personalized Official "Nice-List" Certificate
                                                <br>
                                                # A personalized-letter signed & handwritten by Santa 
                                                <br><br>
                                                      <a href="http://visit1.lettersfromsantahere.link">Visit Here Today and Make Your-Child's Holiday Extra Special!</a><br>
                                                      <br><br><br>
                                                      Official "Letters From Santa",<br>
                                                      Your Santa Support Team<br>
                                                <br><br><br><br><br><br><br><br><center><a href="http://end13.lettersfromsantahere.link"><img src="http://image2.lettersfromsantahere.link"></a></center>
                                        </td>
                                </tr>
                        </table>
                        </div>
                        <!-- /content -->
                        
                </td>
                <td></td>
        </tr>
</table>
<!-- /body -->

<!-- footer -->
<table class="footer-wrap">
        <tr>
                <td></td>
                <td class="container">
                        
                        <!-- content -->
                        <div class="content">
                                <table>
                                        <tr>
                                                
                                                </td>
                                        </tr>
                                </table>
                        </div>
                        <!-- /content -->
                        
                </td>
                <td></td>
        </tr>
</table>
<!-- /footer -->

</body>
</html>