table {
  border-collapse: collapse;
  }

td {
  text-align: center; 
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  }

td.left {
  text-align: left;
  }

th.xParam, td.xParam {
  background-color: #eee8aa;
  color: black;
  }
  
tr.rowOdd {
	background-color: white; 
  color: black; 
  }
tr.rowEven {
	background-color: #d3d3d3; 
  color: black; 
  }

tr.rowMax {
	background-color: #90ee90; 
  color: black; 
  }
  
a.noline {
  text-decoration: none;
  }

address {
  margin-top: 1em;
  padding-top: 1em;
  border-top: thin dotted;
  }
