body { -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:none; width:100%!important; height:100%; margin:0 !important; padding:0; background-color:#ffffff; }
#container { width:700px; margin:0 auto; background:#ffffff; padding:0; }
table { border-style:none; width:100%; }
td { border-style:none; padding:0; margin:0; }
td { font-size:16px; font-family:verdana, arial, helvetica, sans-serif; font-weight:normal;color: #666666; }
td.small { font-size:12px; font-family:verdana, arial, helvetica, sans-serif; font-weight:normal; color:#666666; }
td.beleven { font-family: 'Gochi Hand', cursive; font-size:22px; color: ff6666; padding-top:15px; }
h1 { font-family: 'Gochi Hand', cursive; font-size:38px; color: #66cc33; }
a { font-size:16px; font-family:verdana, arial, helvetica, sans-serif; font-weight:normal; text-decoration:none; border-bottom:1px dashed #99cc33; color:#666666; }
a:hover {font-size:16px; font-family:verdana, arial, helvetica, sans-serif; font-weight:normal; text-decoration:none; border-bottom:1px dotted #669900; color:#666666; }
img { max-width:100%; height:auto; width:auto\\9; /* ie8 */ }

/* responsive */
@media screen and (max-width: 700px)
 {
#container{ width:auto; margin:0; padding:0; }
table { display:block; }
td { display:block; padding:5px 0; border:none; }
td img { display:block; margin:0; width:100%; max-width:none; } 
h1 { font-family: 'Gochi Hand', cursive; font-size:28px; color: #99cc33; }
 }