I want to create a html table with a 1pt black outer border and the same border around every td.
Should look like this (only the borders, of course)

I use
<table border="1" style="border-collapse:collapse; border-color:Black; border-style:solid; border-width:1pt">
As a result I get a black outer, but grey inner borders.
You could try implement something like this in your CSS stylesheet.
And something like this HTML:
Example here