<HTML>
<HEAD>
<TITLE>Table Border 2</TITLE>
<style>
<!--
.border1 {border-width:2px;
border-style:solid;
border-color: #008080;
cellspacing:0}
//-->
</style>
</HEAD>
<BODY>
Table and Cells use border1 style.
Set CELLSPACING=0 in the TABLE tag to remove
gap between table and cells.
<table class=border1>
<tr><td class=border1>Cell 1</td></tr>
<tr><td class=border1>Cell 2</td></tr></table>
</BODY>
</HTML>