Cannot remove lines and borders in tables in Joomla
This is the complete styling rule(in your template.css) from which you can remove table border:
.art-article th, .art-article td
{
padding: 2px;
border: solid 1px #C7BC8F;
vertical-align: top;
text-align:left;
}
