/* This is a table.css file. */

table {
	width:  900 px;
	border-style: solid;
	border-width: 2px;
	border-color: black;
	}

th	{
	border-width: 1px;
	border-style: solid;
	border-color: black;
	padding : 6px;
	}

td	{
	border-width: 1px;
	border-style: solid;
	border-color: black;
	padding : 6px;
	}


/* This is the end of the file. */