﻿/* CSS layout for tables */
body {
	table-layout: fixed;
	padding: 0;
	empty-cells: show;
	outline-color: navy;
	outline-style: inset;
	color:navy;
	azimuth: center;
}

