
body {
  margin: 4px;
  padding: 4px;
  font-family:sans-serif;
  background-color: WHITE;
  width: 100%;
  height: 100%;
  
}

h4{
  color:RED;

}

.update{
	font-family:sans-serif;
	font-size:14px;
	text-align:right;
}


table.hovertable {
  font-family: verdana,arial,sans-serif;
  font-size:20px;
  color:#333333;
/* border-width: 1px; */
  border-color: #999999;
  border-collapse: collapse;
  width: 100%;
 }

table.hovertable th {
  color:white;
  text-align: left;
  background-color:#385F71;
/*  border-width: 1px; */
  padding: 8px;
  border-style: none;
  border-color: #a9c6c9;
  width: auto;
/*  width: 100%; */

}

table.hovertable tr {
  background-color:#F2F5ED;
  width: 100%;
  height: 100%;
}

table.hovertable tr:hover {
  color:black;
  background-color:#ffff66;
}

table.hovertable td {
  width: auto%;
  border-width: 1px; 
  padding: 8px;
  border-style: solid;
  border-color: #a9c6c9;
  /* width: 100%; */
  height: 100%;
}


a:link, a:visited {
  background-color: #385F71;
  color: white;
  padding: 8px 8px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
}

a:hover, a:active {
  background-color: #385F71;
}

/*
.tableFixHead{
	overflow-y:scroll;
	height: 860px;
}


*/

.tableFixHead thead th {
	position: sticky;
	top:0;
}

