Alpha Geometrique is a part of the fantasy font set and is probably the font you are looking at.
oh and you can specify a border by using
border:'border-width' 'border-style' 'color';
ex. border: 1px solid #000;
and you can do that with each column
Code:
#mytable{
border: 1px solid #000;}
#mytable td{
border: 1px solid #000;}
<table id="mytable">
<td><tr></tr></td>
hopefully this was helpful =/