 
 body {
background-image: url(annot.jpg);
}

  fieldset {
    border: 2px solid #007acc;
    padding: 10px;
  }

  legend {
    font-weight: bold;
  }

  table {
  border-collapse: collapse;
  border: 2px solid rgb(140 140 140);
  font-family: sans-serif;
  font-size: 0.8rem;
  letter-spacing: 1px;
  background-color: white;
}


caption {
  caption-side: bottom;
  padding: 10px;
  font-weight: bold;
}

thead,
tfoot {
  background-color: rgb(228 240 245);
}

th,
td {
  border: 1px solid rgb(160 160 160);
  padding: 8px 10px;
  background-color: white;
  color: black;
}

td:last-of-type {
  text-align: center;
   	background-color: white;
	color: black;

}

tbody > tr:nth-of-type(even) {
  background-color: rgb(237 238 242);
}

tfoot th {
  text-align: right;
}

tfoot td {
  font-weight: bold;
}
