table table { border: 0px }
table table table table{border:0px }
table, tr, td { background-color:transparent; border:none; border-width:0;}
table table table {
border-style:SOLID;
border-width:WIDTHpx;
border-color:COLOR; }
</style>
WIDTH: Width of border - Recommended size is 1-3.
COLOR: Border Color - Can use text or hex values. (ex: RED or FF0000)
SOLID: Default border type - You may change it to inset, outset, dotted, dashed, or any of the ones found below.

