body {
  text-align:center;
}
table {
	border: solid;
	border-width:1px;
}
td {
  border:solid;
	border-width:1px;
	border-color:grey;
  text-align: center;
  vertical-align: middle;
}
table.noborder, td.noborder {
  border: none;
	text-align:center;
	vertical-align:middle;
}
p { 
  text-align: center;
  font-size-adjust: +0;
}
h1,h2,h3,h4,h5,h6 {
  text-align: center;
}
.left { 
  text-align: left; 
}
.namedimage {
  display:inline-block;
  padding:20px;
  vertical-align:top;
}
.attribution {
  text-align:right;
  font-size-adjust: -2;
}
p.query {
  border:solid;
	border-color:red;
	text-color:red;
	text-align:left;
}
p.debug {}

