Find the stylesheet inside the <head/> tag in your order_email_customer_html.tpl.php and order_email_merchant_html.tpl.php template files in your squirrelcart/themes/squirrelcart folder, and make them like this:
PHP Code:
<!-- workaround for Outlook 2007 :( -->
<style type="text/css">
body {
background-image: url(<?php print SC_STORE_DIR ?>/squirrelcart/images/blank.gif);
background-color: #fff;
}
h1 {
font-size: 20px;
font-weight: normal;
}
ol {
list-style-type: decimal;
padding-left: 25px;
}
</style>