table, th, td {
	border-collapse:collapse;
  border: 1px solid gray;
	margin-left: 15px;
}

/*
*/


th {
	text-align: center;
}
th, td {
	padding: 6px;
}

/* NOTES.HTM ONLY: DECIDED I'D RATHER PUT border="1" IN TABLE TAG.
img {
  border: 2px solid gray;
	margin: 6px;
}
*/

.noborderimg /* bizzarely, we don't want "img" here, and if present, it doesn't work! */
{
  border: 0px;
	margin: 0px;
	border-style:hidden;
	border-style:hidden;
}

h3 {
	font-size: 140%;
	/*text-decoration: underline gray; cf. text-decoration-thickness */
	border-bottom: 3px solid gray;
}

h4 {
	font-size: 120%;
}

.nobord
{
	border-collapse:collapse;
	padding: 0px;
  border-style: hidden;
}
/*
.simpletable table, tr, td


*/

