Declaring borders on <col>

Actual (live) results in your browser:

row1 column 1 row1 column 2 row1 column 3
row2 column 1 row2 column 2 row2 column 3
row3 column 1 row3 column 2 row3 column 3

Expected results: the above table should look like this screenshot (514px by 156px):
You obviously must have image download enabled!

Reference: "Border: The various border properties apply to columns only if 'border-collapse' is set to 'collapse' on the table element. In that case, borders set on columns and column groups are input to the conflict resolution algorithm that selects the border styles at every cell edge." CSS 2.1, Section 17.3 Columns

Valid HTML 4.01! CSS compliant