/* CSS Document */

/* normale Tabelle mit Rand */

table {
	border-spacing: inherit;
	border: 1px solid black;
	empty-cells: show
}