*{
margin: 0;
padding: 0;
background:transparent;
}

body {
line-height: 1.4;
color: black;
background: white;
}

img{ border:none; }

/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
width:100%;
}
table td{ vertical-align:top;}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}

table th,
table td{ vertical-align:top;}

table th{ text-align:left; font-weight:100;}