Yeah, no closing quote after the #ccffcc.. Although you can easily adjust the color from css and not have to specify it on each row.
Code:
<style>
<!--
table, td {
border: 1px solid #000;
border-collapse: collapse;
background-color: #ccffcc;
}
//-->
</style>
-r